We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66efb39 commit 4f04a44Copy full SHA for 4f04a44
script/core/semantic-tokens.lua
@@ -132,7 +132,7 @@ local Care = util.switch()
132
start = source.start,
133
finish = source.finish,
134
type = define.TokenTypes.variable,
135
- modifieres = define.TokenModifiers.abstract,
+ modifieres = define.TokenModifiers.definition,
136
}
137
return
138
end
@@ -292,7 +292,7 @@ local Care = util.switch()
292
results[#results+1] = {
293
294
295
- type = define.TokenTypes.variable,
+ type = define.TokenTypes.keyword,
296
modifieres = define.TokenModifiers.readonly,
297
298
end)
0 commit comments