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

fix semantic token

parent 019fa90f
Branches
Tags
No related merge requests found
......@@ -13,8 +13,8 @@ return {
['method.declaration'] = {'entity.name.function.lua'},
-- 参数声明 | Parameter declaration
['parameter.declaration'] = {'variable.parameter.lua'},
-- table的field声明 | Table field access
['property'] = {'variable.other.property.lua'},
-- table的field访问 | Table field access
['property'] = {'entity.other.attribute.lua'},
-- table的field声明 | Table field statement
['property.declaration'] = {'entity.other.property.lua'},
-- Regular variable (modlue-local or otherwise not scoped)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment