Files
vscode-extension-samples/contentprovider-sample/locations-syntax.json
2016-05-20 11:13:35 +02:00

19 lines
304 B
JSON

{
"name": "Locations",
"scopeName": "source.locations",
"patterns": [
{
"name": "comment.line.file",
"match": "file:.*$"
},
{
"name": "keyword.locations",
"match": "\\d+:"
},
{
"name": "keyword.control.locations",
"match": "\\d+"
}
]
}