Skip to content

Commit 8b0dc6d

Browse files
author
deathaxe
committed
Remove redundant context includes
1 parent 9ee3b9d commit 8b0dc6d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package/Sublime JSON/Sublime JSON.sublime-syntax

-3
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ contexts:
6868
#################################################
6969

7070
any:
71-
- include: comments
7271
- include: number
7372
- include: string
7473
- include: boolean
@@ -77,7 +76,6 @@ contexts:
7776
- include: mapping
7877

7978
expect-any:
80-
- include: comments
8179
- include: number-pop
8280
- include: string-pop
8381
- include: boolean-pop
@@ -349,7 +347,6 @@ contexts:
349347
- include: expect-mapping-rest
350348

351349
expect-mapping-value-only:
352-
- include: comments
353350
- match: (?=\{)
354351
set: [mapping-value-meta, mapping-pop]
355352

0 commit comments

Comments
 (0)