feat(lua): support repeat

This commit is contained in:
KITAGAWA Yasutaka 2023-06-29 20:36:57 +09:00 committed by Lewis Russell
parent 6eccc44539
commit 63f3ffc50b

View file

@ -25,3 +25,7 @@
(if_statement
consequence: (_) @context.end
) @context
(repeat_statement
body: (_) @context.end
) @context