You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"contains": [
|
|
{
|
|
"className": "function",
|
|
"begin": "#+[A-Za-z_0-9]*\\(",
|
|
"end": " {",
|
|
"returnBegin": true,
|
|
"excludeEnd": true,
|
|
"contains": [
|
|
{
|
|
"className": "keyword",
|
|
"begin": "#+"
|
|
},
|
|
{
|
|
"className": "title",
|
|
"begin": "[A-Za-z_][A-Za-z_0-9]*"
|
|
},
|
|
{
|
|
"className": "params",
|
|
"begin": "\\(",
|
|
"end": "\\)",
|
|
"endsParent": true,
|
|
"contains": [
|
|
{
|
|
"className": "string",
|
|
"begin": "\"",
|
|
"end": "\""
|
|
},
|
|
{
|
|
"className": "variable",
|
|
"begin": "[A-Za-z_][A-Za-z_0-9]*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|