File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6363 "patterns" : [
6464 {
6565 "begin" : " (?=\" ((?>[^\\\\\" ]++|\\\\ .)*+)\" )" ,
66- "end" : " (?<=,)|(?=})" ,
66+ "end" : " (?! \\ G)(? <=,)|(?=})" ,
6767 "name" : " .$1." ,
6868 "patterns" : [ { "include" : " #objectpair" } ]
6969 },
8080 {
8181 "begin" : " :" ,
8282 "beginCaptures" : { "0" : { "name" : " punctuation.separator.dictionary.key-value.json" } },
83- "end" : " (,) |(?=})" ,
84- "endCaptures" : { "1 " : { "name" : " punctuation.separator.dictionary.pair.json" } },
83+ "end" : " , |(?=})" ,
84+ "endCaptures" : { "0 " : { "name" : " punctuation.separator.dictionary.pair.json" } },
8585 "name" : " meta.structure.dictionary.value.json" ,
8686 "patterns" : [
8787 {
Original file line number Diff line number Diff line change 6363 "patterns" : [
6464 {
6565 "begin" : " (?=\" ((?>[^\\\\\" ]++|\\\\ .)*+)\" )" ,
66- "end" : " (?<=,)|(?=})" ,
66+ "end" : " (?! \\ G)(? <=,)|(?=})" ,
6767 "name" : " .$1." ,
6868 "patterns" : [ { "include" : " #objectpair" } ]
6969 },
8080 {
8181 "begin" : " :" ,
8282 "beginCaptures" : { "0" : { "name" : " punctuation.separator.dictionary.key-value.json.comments" } },
83- "end" : " (,) |(?=})" ,
84- "endCaptures" : { "1 " : { "name" : " punctuation.separator.dictionary.pair.json.comments" } },
83+ "end" : " , |(?=})" ,
84+ "endCaptures" : { "0 " : { "name" : " punctuation.separator.dictionary.pair.json.comments" } },
8585 "name" : " meta.structure.dictionary.value.json.comments" ,
8686 "patterns" : [
8787 {
You can’t perform that action at this time.
0 commit comments