mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
19 lines
327 B
JSON
19 lines
327 B
JSON
{
|
|
"name": "Search Results",
|
|
"scopeName": "text.searchResult",
|
|
"patterns": [
|
|
{
|
|
"match": "^# (Query|Flags|Including|Excluding): .*$",
|
|
"name": "comment"
|
|
},
|
|
{
|
|
"match": "^\\S.*:$",
|
|
"name": "string path.searchResult"
|
|
},
|
|
{
|
|
"match": "^ \\d+",
|
|
"name": "constant.numeric lineNumber.searchResult"
|
|
}
|
|
]
|
|
}
|