mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
19 lines
274 B
JSON
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+"
|
|
}
|
|
]
|
|
}
|