improved semanticTokenStyleDefaults sample

pull/89777/head
Martin Aeschlimann 2020-01-30 16:39:51 +01:00
parent 9b398ecf88
commit ce26bb6ce0
1 changed files with 1 additions and 1 deletions

View File

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