feat(lua)!: switch from our fork to MunifTanjim's (#2272)

also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua

BREAKING CHANGE: queries are not compatible; modules will have to update
This commit is contained in:
Christian Clason 2022-01-18 22:15:26 +01:00 committed by GitHub
parent 668de0951a
commit c80715f883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 189 additions and 206 deletions

View file

@ -1,12 +1,10 @@
[
(for_in_statement)
(for_statement)
(do_statement)
(while_statement)
(repeat_statement)
(if_statement)
(do_statement)
(for_statement)
(function_declaration)
(function_definition)
(local_function)
(function)
(table)
(table_constructor)
] @fold