File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
"patterns" : [
64
64
{
65
65
"begin" : " (?=\" ((?>[^\\\\\" ]++|\\\\ .)*+)\" )" ,
66
- "end" : " (?<=,)|(?=})" ,
66
+ "end" : " (?! \\ G)(? <=,)|(?=})" ,
67
67
"name" : " .$1." ,
68
68
"patterns" : [ { "include" : " #objectpair" } ]
69
69
},
80
80
{
81
81
"begin" : " :" ,
82
82
"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" } },
85
85
"name" : " meta.structure.dictionary.value.json" ,
86
86
"patterns" : [
87
87
{
Original file line number Diff line number Diff line change 63
63
"patterns" : [
64
64
{
65
65
"begin" : " (?=\" ((?>[^\\\\\" ]++|\\\\ .)*+)\" )" ,
66
- "end" : " (?<=,)|(?=})" ,
66
+ "end" : " (?! \\ G)(? <=,)|(?=})" ,
67
67
"name" : " .$1." ,
68
68
"patterns" : [ { "include" : " #objectpair" } ]
69
69
},
80
80
{
81
81
"begin" : " :" ,
82
82
"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" } },
85
85
"name" : " meta.structure.dictionary.value.json.comments" ,
86
86
"patterns" : [
87
87
{
You can’t perform that action at this time.
0 commit comments