From 8b0dc6d9e1d9e6713408adc9fdfdfa1ffaf8b6ce Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 27 Oct 2024 11:28:37 +0100 Subject: [PATCH] Remove redundant context includes --- Package/Sublime JSON/Sublime JSON.sublime-syntax | 3 --- 1 file changed, 3 deletions(-) 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]