mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
Initial attempt at queries/perl/folds.scm
This commit is contained in:
parent
09ea6ccd1d
commit
3533721282
1 changed files with 12 additions and 0 deletions
12
queries/perl/folds.scm
Normal file
12
queries/perl/folds.scm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
(function_definition)
|
||||
(if_statement)
|
||||
(unless_statement)
|
||||
(while_statement)
|
||||
(until_statement)
|
||||
(for_statement_1)
|
||||
(for_statement_2)
|
||||
(foreach_statement)
|
||||
(standalone_block)
|
||||
(pod_statement)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue