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.
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"aliases": [
|
|
"dst"
|
|
],
|
|
"case_insensitive": true,
|
|
"subLanguage": "xml",
|
|
"contains": [
|
|
{
|
|
"className": "template-tag",
|
|
"begin": "\\{[#\\\/]",
|
|
"end": "\\}",
|
|
"illegal": ";",
|
|
"contains": [
|
|
{
|
|
"className": "name",
|
|
"begin": "[a-zA-Z\\.-]+",
|
|
"starts": {
|
|
"endsWithParent": true,
|
|
"relevance": 0,
|
|
"contains": [
|
|
{
|
|
"className": "string",
|
|
"begin": "\"",
|
|
"end": "\"",
|
|
"illegal": "\\n",
|
|
"contains": [
|
|
{
|
|
"begin": "\\\\[\\s\\S]",
|
|
"relevance": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"className": "template-variable",
|
|
"begin": "\\{",
|
|
"end": "\\}",
|
|
"illegal": ";",
|
|
"keywords": "if eq ne lt lte gt gte select default math sep"
|
|
}
|
|
]
|
|
}
|