1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2025-02-17 03:33:57 +00:00

Color if conditions properly in shellscript

This commit is contained in:
Steffo 2025-01-19 11:17:07 +01:00
parent 93b2c379b7
commit 492f84b003
Signed by: steffo
GPG key ID: 6B8E18743E7E1F86

View file

@ -261,7 +261,8 @@
"support.function",
"source.rst keyword.control",
"meta.literal.nodepath.gdscript entity.name.function.gdscript",
"entity.name.tag.local-name.wikitext"
"entity.name.tag.local-name.wikitext",
"punctuation.definition.logical-expression.shell",
],
"settings": {
"foreground": "#ffff00",
@ -559,6 +560,7 @@
"variable.parameter.function-call.python",
"variable.parameter.key",
"support.variable.beancount",
"keyword.operator.logical.shell",
],
"settings": {
"foreground": "#ce603c",