summaryrefslogtreecommitdiff
path: root/script/parser
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-05-24 20:05:45 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-05-24 20:05:45 +0800
commit934ab8bf64a29d44da10dee3b6f68b7b49931b3e (patch)
tree51b44362226d4cf2e65bbac037a45b748464e651 /script/parser
parentea41a2d39811f5df0b0f29d8440b82b4875058fb (diff)
downloadlua-language-server-934ab8bf64a29d44da10dee3b6f68b7b49931b3e.zip
update
Diffstat (limited to 'script/parser')
-rw-r--r--script/parser/ast.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/parser/ast.lua b/script/parser/ast.lua
index b029b1ec..40b5788e 100644
--- a/script/parser/ast.lua
+++ b/script/parser/ast.lua
@@ -1467,6 +1467,7 @@ local Defs = {
end
call.node = func
call.start = inA
+ call.finish = doB - 1
func.next = call
func.iterator = true
values = { call }