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

Start giving consts their own constant color

This commit is contained in:
Steffo 2022-11-20 02:49:06 +01:00
parent c296c06f39
commit eb215dd8c1
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -314,6 +314,14 @@
}
},
{
"name": "constant",
"scope": [
"constant.other.caps",
],
"settings": {
"foreground": "#a5d2ff",
}
},
"name": "variable",
"scope": [
"entity.name.variable",