mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Start giving consts their own constant
color
This commit is contained in:
parent
c296c06f39
commit
eb215dd8c1
1 changed files with 8 additions and 0 deletions
|
@ -314,6 +314,14 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "constant",
|
||||
"scope": [
|
||||
"constant.other.caps",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#a5d2ff",
|
||||
}
|
||||
},
|
||||
"name": "variable",
|
||||
"scope": [
|
||||
"entity.name.variable",
|
||||
|
|
Loading…
Reference in a new issue