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.
2 parents bff41a5 + 8b0dc6d commit 1b41a41Copy full SHA for 1b41a41
Package/Sublime JSON/Sublime JSON.sublime-syntax
@@ -68,7 +68,6 @@ contexts:
68
#################################################
69
70
any:
71
- - include: comments
72
- include: number
73
- include: string
74
- include: boolean
@@ -77,7 +76,6 @@ contexts:
77
76
- include: mapping
78
79
expect-any:
80
81
- include: number-pop
82
- include: string-pop
83
- include: boolean-pop
@@ -349,7 +347,6 @@ contexts:
349
347
- include: expect-mapping-rest
350
348
351
expect-mapping-value-only:
352
353
- match: (?=\{)
354
set: [mapping-value-meta, mapping-pop]
355
0 commit comments