Skip to content

Commit

Permalink
Merge pull request #400 from SublimeText/fix/duplicate-includes
Browse files Browse the repository at this point in the history
Remove redundant context includes
  • Loading branch information
FichteFoll authored Nov 7, 2024
2 parents bff41a5 + 8b0dc6d commit 1b41a41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Package/Sublime JSON/Sublime JSON.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ contexts:
#################################################

any:
- include: comments
- include: number
- include: string
- include: boolean
Expand All @@ -77,7 +76,6 @@ contexts:
- include: mapping

expect-any:
- include: comments
- include: number-pop
- include: string-pop
- include: boolean-pop
Expand Down Expand Up @@ -349,7 +347,6 @@ contexts:
- include: expect-mapping-rest

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

Expand Down

0 comments on commit 1b41a41

Please sign in to comment.