Files
2016-12-30 11:17:41 +01:00

19 lines
274 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+"
}
]
}