From 595401ec4712f31d8f6696af7be5d37f881e9c32 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 23 Jul 2026 14:28:05 +0530 Subject: [PATCH] Styles for Invalid JSON --- themes/candy_json/candy_json.tmTheme | 91 ++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index 141df40..c35021d 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -532,6 +532,97 @@ + + + + name + Expected Key + + scope + invalid.illegal.expected-mapping-key.json + + settings + + foreground + #FFFFFF + + background + #D7263D + + fontStyle + bold + + + + + + + + name + Expected Value + + scope + invalid.illegal.expected-mapping-value.json + + settings + + foreground + #FFFFFF + + background + #D7263D + + fontStyle + bold + + + + + + + + name + Expected Separator + + scope + invalid.illegal.expected-mapping-separator.json + + settings + + foreground + #FFFFFF + + background + #D7263D + + fontStyle + bold + + + + + + + + name + Expected Sequence Separator + + scope + invalid.illegal.expected-sequence-separator.json + + settings + + foreground + #FFFFFF + + background + #D7263D + + fontStyle + bold + + +