summaryrefslogtreecommitdiff
path: root/server/src/matcher/find_result.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/matcher/find_result.lua')
-rw-r--r--server/src/matcher/find_result.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/matcher/find_result.lua b/server/src/matcher/find_result.lua
index b9313510..0b06ccad 100644
--- a/server/src/matcher/find_result.lua
+++ b/server/src/matcher/find_result.lua
@@ -9,6 +9,7 @@ return function (results, pos)
return {
type = 'var',
var = var,
+ info = info,
}
end
end
@@ -19,6 +20,7 @@ return function (results, pos)
return {
type = 'dots',
dots = dots,
+ info = info,
}
end
end
@@ -29,6 +31,7 @@ return function (results, pos)
return {
type = 'label',
label = label,
+ info = info,
}
end
end