We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d644c82 commit a02ccb6Copy full SHA for a02ccb6
syntaxes/json.tmLanguage.json
@@ -1007,11 +1007,11 @@
1007
},
1008
"capture": {
1009
"comment": "\"0\": { ... }",
1010
- "begin": "(\")([0-9]{1,3})(.*?(?<!\\\\)\\\\{2}*|.*)(\")",
+ "begin": "(\")([0-9]{1,3})((?>[^\\\\\"]++|\\\\.)*+)(\")",
1011
"end": "(?<=})|(?=[},])",
1012
"beginCaptures": {
1013
"2": { "name": "constant.numeric.json.tm" },
1014
- "3Every char after the numeric is ignored. 0-9": { "name": "punctuation.definition.tag.json.tm regex" }
+ "3 VSCode ignores everything after the initial number.": { "name": "punctuation.definition.tag.json.tm regex" }
1015
1016
"patterns": [
1017
{
0 commit comments