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 481343b commit dd88c44Copy full SHA for dd88c44
package/semanticTokenScope.lua
@@ -30,7 +30,7 @@ return {
30
-- const 变量 | Const variable
31
['variable.readonly'] = {'variable.other.constant.lua'},
32
-- 全局变量 | Global variable
33
- ['variable.static'] = {'variable.other.lua'},
+ ['variable.static'] = {'variable.global.lua'},
34
['keyword'] = {'keyword.control.lua'},
35
['keyword.declaration'] = {'keyword.local.lua'},
36
['keyword.readonly'] = {'constant.language.lua'},
0 commit comments