We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4615a1b commit cd86ad5Copy full SHA for cd86ad5
1 file changed
syntaxes/jsona.json
@@ -266,6 +266,9 @@
266
"comment": "the jsona object key",
267
"include": "#objectkey"
268
},
269
+ {
270
+ "include": "#comments"
271
+ },
272
{
273
"begin": ":",
274
"beginCaptures": {
@@ -312,7 +315,8 @@
312
315
{ "include": "#number" },
313
316
{ "include": "#string" },
314
317
{ "include": "#array" },
- { "include": "#object" }
318
+ { "include": "#object" },
319
+ { "include": "#comments" }
320
]
321
322
"comments": {
0 commit comments