Skip to content

Commit 6fd670b

Browse files
committed
cleanup
1 parent 241c518 commit 6fd670b

File tree

11 files changed

+3765
-7107
lines changed

11 files changed

+3765
-7107
lines changed

script/core/completion/completion.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ local function tryLabelInString(label, source)
10991099
if not source or source.type ~= 'string' then
11001100
return label
11011101
end
1102-
local state = parser.parse(label, 'String')
1102+
local state = parser.compile(label, 'String')
11031103
if not state or not state.ast then
11041104
return label
11051105
end

0 commit comments

Comments
 (0)