We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019fa90 commit c2b84ccCopy full SHA for c2b84cc
package/semanticTokenScope.lua
@@ -13,8 +13,8 @@ return {
13
['method.declaration'] = {'entity.name.function.lua'},
14
-- 参数声明 | Parameter declaration
15
['parameter.declaration'] = {'variable.parameter.lua'},
16
- -- table的field声明 | Table field access
17
- ['property'] = {'variable.other.property.lua'},
+ -- table的field访问 | Table field access
+ ['property'] = {'entity.other.attribute.lua'},
18
-- table的field声明 | Table field statement
19
['property.declaration'] = {'entity.other.property.lua'},
20
-- Regular variable (modlue-local or otherwise not scoped)
0 commit comments