summaryrefslogtreecommitdiff
path: root/script/parser
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-01-09 16:17:59 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-01-09 16:17:59 +0800
commit78875f59fe2fa846d62bf955805b647d17cf87d2 (patch)
tree39076ec29b109980435278450c4c2c02b662b8a4 /script/parser
parentfcafaa21f8df0423568ac67fe1c6159f6aa69173 (diff)
downloadlua-language-server-78875f59fe2fa846d62bf955805b647d17cf87d2.zip
trace-global
Diffstat (limited to 'script/parser')
-rw-r--r--script/parser/guide.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index 800fbfe7..b9bfe30b 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -906,7 +906,7 @@ local isSetMap = {
['doc.type.field'] = true,
['doc.type.array'] = true,
}
-function m.isSet(source)
+function m.isAssign(source)
local tp = source.type
if isSetMap[tp] then
return true