diff --git a/Package/Sublime JSON/Sublime JSON.sublime-syntax b/Package/Sublime JSON/Sublime JSON.sublime-syntax index 7e4f9c90..f0b6aeed 100644 --- a/Package/Sublime JSON/Sublime JSON.sublime-syntax +++ b/Package/Sublime JSON/Sublime JSON.sublime-syntax @@ -68,7 +68,6 @@ contexts: ################################################# any: - - include: comments - include: number - include: string - include: boolean @@ -77,7 +76,6 @@ contexts: - include: mapping expect-any: - - include: comments - include: number-pop - include: string-pop - include: boolean-pop @@ -349,7 +347,6 @@ contexts: - include: expect-mapping-rest expect-mapping-value-only: - - include: comments - match: (?=\{) set: [mapping-value-meta, mapping-pop]