32 lines
596 B
JSON
32 lines
596 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json",
|
||
|
|
"name": "Vogue",
|
||
|
|
"patterns": [
|
||
|
|
{
|
||
|
|
"include": "#keywords"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"include": "#strings"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"repository": {
|
||
|
|
"keywords": {
|
||
|
|
"patterns": [{
|
||
|
|
"name": "keyword.control.vogue",
|
||
|
|
"match": "\\b(if|while|for|return|global|function|link)\\b"
|
||
|
|
}]
|
||
|
|
},
|
||
|
|
"strings": {
|
||
|
|
"name": "string.quoted.double.vogue",
|
||
|
|
"begin": "\"",
|
||
|
|
"end": "\"",
|
||
|
|
"patterns": [
|
||
|
|
{
|
||
|
|
"name": "constant.character.escape.vogue",
|
||
|
|
"match": "\\\\."
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"scopeName": "source.vogue"
|
||
|
|
}
|