fix(indent): lua - support @indent_end (#2454)

This commit is contained in:
Munif Tanjim 2022-02-05 03:08:18 +06:00 committed by GitHub
parent 9f69999e2a
commit 11e7ee1d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,10 @@
(return_statement)
] @indent
[
"end"
] @indent_end
(return_statement
(expression_list
(function_call))) @dedent