1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +00:00

Color constant as enum members

This commit is contained in:
Steffo 2022-11-20 01:05:20 +01:00
parent b788201aeb
commit 264f51f99c
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -285,6 +285,7 @@
"entity.name.type.enum",
"entity.name.variable.enum-member",
"variable.other.enummember",
"constant.other.caps",
],
"settings": {
"foreground": "#e8bfff",
@ -315,7 +316,6 @@
{
"name": "variable",
"scope": [
"constant.other.caps",
"entity.name.variable",
"meta.function.environment support.class.math.block.environment.latex",
"meta.use",
@ -370,6 +370,7 @@
"punctuation.definition.string.begin.latex",
"punctuation.definition.string.end.latex",
"punctuation.definition.string",
"punctuation.definition.char",
"string",
"support.class.math.block.environment.latex",
],