Update tree-sitter-lua and add textobjects for Lua (#3552)

This commit is contained in:
Lennard Hofmann 2022-10-12 15:45:56 +02:00 committed by GitHub
parent 68909dcef4
commit a24fae3b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 74 additions and 49 deletions

View file

@ -0,0 +1,10 @@
[
(do_statement)
(while_statement)
(repeat_statement)
(if_statement)
(for_statement)
(function_declaration)
(function_definition)
(table_constructor)
] @fold