From 2711cea12c38c5ebbf5c07ff260e2da23b98dbde Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 30 Oct 2024 13:04:24 +0100 Subject: [PATCH] Improve caddy and yml support --- themes/Steffula-color-theme.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index e7f0250..f909aa0 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -114,6 +114,8 @@ "storage.type.var", "storage", "keyword.other.special-method.dockerfile", + "support.constant.Caddyfile", + "entity.name.function.Caddyfile", ], "settings": { "foreground": "#ff9340", @@ -323,6 +325,16 @@ "foreground": "#a5d2ff", } }, + { + "name": "variable-declaration", + "scope": [ + "variable.other.anchor.yaml", + ], + "settings": { + "foreground": "#dcaf88", + "fontStyle": "bold" + } + }, { "name": "variable", "scope": [ @@ -629,6 +641,7 @@ "punctuation.definition.tag.link", "string.quoted.internal-link.wikitext", "string.quoted.internal-link.wikitext keyword.operator", + "keyword.control.caddyfile", ], "settings": { "foreground": "#00d0ff", @@ -883,6 +896,7 @@ "entity.other.attribute-name.pseudo-class punctuation.definition.entity.css", "entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.pseudo-element punctuation.definition.entity.css", + "support.function.Caddyfile", ], "settings": { "foreground": "#CA77FF",