Skip to content
Snippets Groups Projects
Commit cabcdeb8 authored by 最萌小汐's avatar 最萌小汐
Browse files

VSCode supports `*.global` now

parent 3b03d23c
Branches
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ return { ...@@ -30,7 +30,7 @@ return {
-- const 变量 | Const variable -- const 变量 | Const variable
['variable.readonly'] = {'variable.other.constant.lua'}, ['variable.readonly'] = {'variable.other.constant.lua'},
-- 全局变量 | Global variable -- 全局变量 | Global variable
['variable.static'] = {'variable.global.lua'}, ['variable.global'] = {'variable.global.lua'},
['keyword'] = {'keyword.control.lua'}, ['keyword'] = {'keyword.control.lua'},
['keyword.declaration'] = {'keyword.local.lua'}, ['keyword.declaration'] = {'keyword.local.lua'},
['keyword.readonly'] = {'constant.language.lua'}, ['keyword.readonly'] = {'constant.language.lua'},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment