mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
46 lines
1.4 KiB
JSON
46 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"
|
|
}
|
|
]
|
|
}
|