Color constants

This commit is contained in:
Aleksey Kladov 2020-02-26 23:16:57 +01:00
parent 9784ab9f39
commit a8e68ff814
3 changed files with 13 additions and 2 deletions

View file

@ -383,6 +383,9 @@
"semanticTokenTypes": [
{
"id": "attribute"
},
{
"id": "constant"
}
],
"semanticTokenModifiers": [
@ -411,6 +414,12 @@
"highContrast": {
"fontStyle": "underline"
}
},
{
"selector": "constant",
"scope": [
"entity.name.constant"
]
}
]
}