Skip to content

Commit

Permalink
fix semantic token
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Oct 8, 2021
1 parent 019fa90 commit c2b84cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/semanticTokenScope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c2b84cc

Please sign in to comment.