mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
[elixir] Add folds (#1543)
This commit is contained in:
parent
8eb8cc61e3
commit
f6cd2d0b2f
1 changed files with 9 additions and 0 deletions
9
queries/elixir/folds.scm
Normal file
9
queries/elixir/folds.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
(do_block)
|
||||
(anonymous_function)
|
||||
(map)
|
||||
(struct)
|
||||
(list)
|
||||
(keyword_list)
|
||||
(heredoc)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue