mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-23 03:24:21 +00:00
Improve caddy and yml support
This commit is contained in:
parent
4909a0bf6d
commit
2711cea12c
1 changed files with 14 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue