From b21d734e8648c3f041517b6da2beb8c1efacc454 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= <sumneko@hotmail.com>
Date: Sun, 10 Apr 2022 03:52:19 +0800
Subject: [PATCH] update semantic tokens

---
 package/semanticTokenScope.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/semanticTokenScope.lua b/package/semanticTokenScope.lua
index a59116e..02f237f 100644
--- a/package/semanticTokenScope.lua
+++ b/package/semanticTokenScope.lua
@@ -1,6 +1,6 @@
 return {
     -- 局部函数 | Local function
-    ['function'] = {'variable.function.lua'},
+    ['function'] = {'support.function.any-method.lua'},
     -- 自定义函数声明 | Custom function declaration
     ['function.declaration'] = {'entity.name.function.lua'},
     -- Lua库函数,如 print | Lua library functions, such as print
-- 
GitLab