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

update semantic tokens

parent f3f0cc52
No related branches found
No related tags found
No related merge requests found
......@@ -1170,6 +1170,12 @@
],
"variable": [
"variable.other.lua"
],
"variable.static": [
"variable.other.constant.lua"
],
"variable.abstract": [
"variable.other.constant.lua"
]
}
}
......
......@@ -11,6 +11,10 @@ return {
['property.declaration'] = {"entity.other.attribute"},
-- 局部变量
['variable'] = {"variable.other.lua"},
-- const 变量
['variable.static'] = {'variable.other.constant.lua'},
-- close 变量
['variable.abstract'] = {'variable.other.constant.lua'},
-- 自定义函数声明
['interface.declaration'] = {"entity.name.function.lua"},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment