mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Color constant as enum members
This commit is contained in:
parent
b788201aeb
commit
264f51f99c
1 changed files with 2 additions and 1 deletions
|
@ -285,6 +285,7 @@
|
||||||
"entity.name.type.enum",
|
"entity.name.type.enum",
|
||||||
"entity.name.variable.enum-member",
|
"entity.name.variable.enum-member",
|
||||||
"variable.other.enummember",
|
"variable.other.enummember",
|
||||||
|
"constant.other.caps",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#e8bfff",
|
"foreground": "#e8bfff",
|
||||||
|
@ -315,7 +316,6 @@
|
||||||
{
|
{
|
||||||
"name": "variable",
|
"name": "variable",
|
||||||
"scope": [
|
"scope": [
|
||||||
"constant.other.caps",
|
|
||||||
"entity.name.variable",
|
"entity.name.variable",
|
||||||
"meta.function.environment support.class.math.block.environment.latex",
|
"meta.function.environment support.class.math.block.environment.latex",
|
||||||
"meta.use",
|
"meta.use",
|
||||||
|
@ -370,6 +370,7 @@
|
||||||
"punctuation.definition.string.begin.latex",
|
"punctuation.definition.string.begin.latex",
|
||||||
"punctuation.definition.string.end.latex",
|
"punctuation.definition.string.end.latex",
|
||||||
"punctuation.definition.string",
|
"punctuation.definition.string",
|
||||||
|
"punctuation.definition.char",
|
||||||
"string",
|
"string",
|
||||||
"support.class.math.block.environment.latex",
|
"support.class.math.block.environment.latex",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue