Skip to content

Commit c2b84cc

Browse files
committed
fix semantic token
1 parent 019fa90 commit c2b84cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/semanticTokenScope.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ return {
1313
['method.declaration'] = {'entity.name.function.lua'},
1414
-- 参数声明 | Parameter declaration
1515
['parameter.declaration'] = {'variable.parameter.lua'},
16-
-- table的field声明 | Table field access
17-
['property'] = {'variable.other.property.lua'},
16+
-- table的field访问 | Table field access
17+
['property'] = {'entity.other.attribute.lua'},
1818
-- table的field声明 | Table field statement
1919
['property.declaration'] = {'entity.other.property.lua'},
2020
-- Regular variable (modlue-local or otherwise not scoped)

0 commit comments

Comments
 (0)