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 ed59c26 commit 8b0434dCopy full SHA for 8b0434d
package/semanticTokenScope.lua
@@ -35,6 +35,7 @@ return {
35
['keyword.declaration'] = {'keyword.local.lua'},
36
['keyword.readonly'] = {'constant.language.lua'},
37
['keyword.async'] = {'entity.name.tag.lua'},
38
+ ['keyword.documentation'] = {'storage.type.annotation.lua'},
39
['operator'] = {'keyword.operator.lua'},
40
['number'] = {'constant.numeric.float.lua'},
41
['number.static'] = {'constant.numeric.integer.lua'},
0 commit comments