mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
* Merge from vscode a416c77e56ef0314ae00633faa04878151610de8 * distro * fix tests * fix tests
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "Search Results",
|
|
"scopeName": "text.searchResult",
|
|
"patterns": [
|
|
{
|
|
"match": "^# (Query|Flags|Including|Excluding|ContextLines): .*$",
|
|
"name": "comment"
|
|
},
|
|
{
|
|
"match": "^\\S.*:$",
|
|
"name": "string path.searchResult"
|
|
},
|
|
{
|
|
"match": "^ \\d+",
|
|
"name": "constant.numeric lineNumber.searchResult"
|
|
}
|
|
]
|
|
}
|