mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
fix grammer for number
This commit is contained in:
@ -8,11 +8,11 @@
|
||||
},
|
||||
{
|
||||
"name": "keyword.locations",
|
||||
"match": "\\d+:"
|
||||
"match": " \\d+:"
|
||||
},
|
||||
{
|
||||
"name": "keyword.control.locations",
|
||||
"match": "\\d+"
|
||||
"match": " \\d+"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user