From 68f8bcb2ba7f37460bed58818e3082a6ecaf086d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 29 Jul 2022 06:45:44 +0200 Subject: [PATCH] Color all unquoted strings as `bytes` --- themes/Steffula-color-theme.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index a3ac681..1cb7f14 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -316,7 +316,6 @@ { "name": "special", "scope": [ - "constant.language.boolean.yaml", "constant.language.import-export-all", "constant.other.placeholder.makefile", "entity.name.tag.reference.scss", @@ -343,7 +342,6 @@ "constant", "keyword.other.unit", "punctuation.definition.constant", - "string.unquoted", "support.constant", "support.type.builtin", "meta.amount.beancount keyword.operator.modifier", @@ -372,8 +370,7 @@ "string.quoted.binary", "string.quoted.double.sql punctuation.definition.string", "string.quoted.double.sql", - "string.unquoted.block.yaml", - "string.unquoted.heredoc", + "string.unquoted", "support.function.builtin.shorthand.gdscript constant.character.escape", "support.function.builtin.shorthand.gdscript keyword", ],