Skip to content

Commit dd88c44

Browse files
committed
global token
1 parent 481343b commit dd88c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/semanticTokenScope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ return {
3030
-- const 变量 | Const variable
3131
['variable.readonly'] = {'variable.other.constant.lua'},
3232
-- 全局变量 | Global variable
33-
['variable.static'] = {'variable.other.lua'},
33+
['variable.static'] = {'variable.global.lua'},
3434
['keyword'] = {'keyword.control.lua'},
3535
['keyword.declaration'] = {'keyword.local.lua'},
3636
['keyword.readonly'] = {'constant.language.lua'},

0 commit comments

Comments
 (0)