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:
parent
93b2c379b7
commit
492f84b003
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue