mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
feat: add liquidsoap
Co-authored-by: Christian Clason <c.clason@uni-graz.at>
This commit is contained in:
parent
eb96ca52a7
commit
691fdc61a1
7 changed files with 187 additions and 0 deletions
21
queries/liquidsoap/folds.scm
Normal file
21
queries/liquidsoap/folds.scm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[
|
||||
(let)
|
||||
(binding)
|
||||
(simple_fun)
|
||||
(def)
|
||||
(arglist)
|
||||
(if)
|
||||
(if_condition)
|
||||
(if_then)
|
||||
(elsif_condition)
|
||||
(elsif_then)
|
||||
(if_else)
|
||||
(for)
|
||||
(for_do)
|
||||
(while)
|
||||
(while_do)
|
||||
(try)
|
||||
(try_body)
|
||||
(try_do)
|
||||
(block)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue