From 43f9264138be299dc8ed327fd264bc68f6e3954e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 23 Feb 2022 05:22:52 +0100 Subject: [PATCH] Initial scss support --- themes/Steffula-color-theme.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 464034b..598d261 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -143,6 +143,7 @@ "storage.modifier.ts", "storage.modifier.tsx", "storage.modifier.mut", + "storage.modifier.perl", "storage.type.class", "storage.type.function", "storage.type.namespace", @@ -164,8 +165,11 @@ "storage.type.modifier.access.control.public.cpp", "storage.type.modifier.access.control.protected.cpp", "storage.type.modifier.access.control.private.cpp", + "storage.type.sub.perl", "constant.language.import-export-all", "variable.language.wildcard", + "string.unquoted.heredoc punctuation.definition.string.begin", + "string.unquoted.heredoc punctuation.definition.string.end", ], "settings": { "foreground": "#ff9340", @@ -211,6 +215,7 @@ "storage.modifier.package", "storage.modifier.import", "constant.language.beancount", + "support.type.object.module", ], "settings": { "foreground": "#ffdd44", @@ -382,6 +387,7 @@ "entity.name.type.lifetime", "constant.language.boolean.yaml", "support.function.builtin.shorthand.gdscript", + "entity.name.tag.reference.scss", ], "settings": { "foreground": "#db88db", @@ -417,6 +423,7 @@ "scope": [ "string.quoted.binary", "string.unquoted.block.yaml", + "string.unquoted.heredoc", ], "settings": { "foreground": "#a7c261", @@ -511,7 +518,8 @@ "variable.parameter.function-call.python", "constant.other.symbol.hashkey", "support.variable.beancount", - "source.pip-requirements entity.name.class" + "source.pip-requirements entity.name.class", + "meta.property-list.scss entity.name.tag.css", ], "settings": { "foreground": "#ff6736", @@ -535,6 +543,7 @@ "meta.function.decorator support.type", "meta.attribute punctuation.definition.attribute", "meta.attribute punctuation.brackets.attribute", + "support.type.vendored.property-name", ], "settings": { "foreground": "#bbb529", @@ -759,6 +768,7 @@ "scope": [ "entity.name.tag.css", "entity.name.tag.wildcard.css", + "entity.name.tag.wildcard.scss", ], "settings": { "foreground": "#00ff32",