Set attr scope

This commit is contained in:
Aleksey Kladov 2020-02-27 18:31:54 +01:00
parent a94e96720d
commit 00fc17272d

View file

@ -404,6 +404,12 @@
}
],
"semanticTokenStyleDefaults": [
{
"selector": "attribute",
"scope": [
"meta.attribute"
]
},
{
"selector": "*.mutable",
"light": {