diff --git a/package/semanticTokenScope.lua b/package/semanticTokenScope.lua
index 40414eba2f5974082c9525b6613927d850dc243c..c08879aad637066d86163b42374e74f40165c1f1 100644
--- a/package/semanticTokenScope.lua
+++ b/package/semanticTokenScope.lua
@@ -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)