improved semanticTokenStyleDefaults sample

This commit is contained in:
Martin Aeschlimann 2020-01-30 16:39:51 +01:00
parent 9b398ecf88
commit ce26bb6ce0

View file

@ -41,7 +41,7 @@
"semanticTokenStyleDefaults": [
{
"selector": "testToken",
"scope": [ "support.other.variable.test" ]
"scope": [ "entity.name.function.special" ]
},
{
"selector": "*.testModifier",