1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-23 11:34:19 +00:00

Improve caddy and yml support

This commit is contained in:
Steffo 2024-10-30 13:04:24 +01:00
parent 4909a0bf6d
commit 2711cea12c
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -114,6 +114,8 @@
"storage.type.var", "storage.type.var",
"storage", "storage",
"keyword.other.special-method.dockerfile", "keyword.other.special-method.dockerfile",
"support.constant.Caddyfile",
"entity.name.function.Caddyfile",
], ],
"settings": { "settings": {
"foreground": "#ff9340", "foreground": "#ff9340",
@ -323,6 +325,16 @@
"foreground": "#a5d2ff", "foreground": "#a5d2ff",
} }
}, },
{
"name": "variable-declaration",
"scope": [
"variable.other.anchor.yaml",
],
"settings": {
"foreground": "#dcaf88",
"fontStyle": "bold"
}
},
{ {
"name": "variable", "name": "variable",
"scope": [ "scope": [
@ -629,6 +641,7 @@
"punctuation.definition.tag.link", "punctuation.definition.tag.link",
"string.quoted.internal-link.wikitext", "string.quoted.internal-link.wikitext",
"string.quoted.internal-link.wikitext keyword.operator", "string.quoted.internal-link.wikitext keyword.operator",
"keyword.control.caddyfile",
], ],
"settings": { "settings": {
"foreground": "#00d0ff", "foreground": "#00d0ff",
@ -883,6 +896,7 @@
"entity.other.attribute-name.pseudo-class punctuation.definition.entity.css", "entity.other.attribute-name.pseudo-class punctuation.definition.entity.css",
"entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.pseudo-element",
"entity.other.attribute-name.pseudo-element punctuation.definition.entity.css", "entity.other.attribute-name.pseudo-element punctuation.definition.entity.css",
"support.function.Caddyfile",
], ],
"settings": { "settings": {
"foreground": "#CA77FF", "foreground": "#CA77FF",