Skip to content

Commit 1b41a41

Browse files
authored
Merge pull request #400 from SublimeText/fix/duplicate-includes
Remove redundant context includes
2 parents bff41a5 + 8b0dc6d commit 1b41a41

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)