mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Add teal parser
This commit is contained in:
parent
93f9708a3c
commit
c2acddd651
4 changed files with 111 additions and 0 deletions
12
queries/teal/folds.scm
Normal file
12
queries/teal/folds.scm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
(do_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(repeat_statement)
|
||||
(if_statement)
|
||||
(function_statement)
|
||||
(record_declaration)
|
||||
(enum_declaration)
|
||||
(functiondef)
|
||||
(table_constructor)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue