Skip to content

Commit

Permalink
Remove redundant context includes
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 27, 2024
1 parent 9ee3b9d commit 8b0dc6d
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 8b0dc6d

Please sign in to comment.