mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(perl): update highlights and folds
This commit is contained in:
parent
88aad97312
commit
3e0feeb062
2 changed files with 35 additions and 3 deletions
|
|
@ -2,20 +2,31 @@
|
|||
|
||||
(pod) @fold
|
||||
|
||||
; fold the block-typed package statements only
|
||||
; fold the block-typed package and class statements only
|
||||
(package_statement
|
||||
(block)) @fold
|
||||
|
||||
(class_statement
|
||||
(block)) @fold
|
||||
|
||||
[
|
||||
(subroutine_declaration_statement)
|
||||
(method_declaration_statement)
|
||||
(conditional_statement)
|
||||
(loop_statement)
|
||||
(for_statement)
|
||||
(cstyle_for_statement)
|
||||
(block_statement)
|
||||
(defer_statement)
|
||||
(phaser_statement)
|
||||
] @fold
|
||||
|
||||
(try_statement
|
||||
(block) @fold)
|
||||
|
||||
(eval_expression
|
||||
(block) @fold)
|
||||
|
||||
(anonymous_subroutine_expression) @fold
|
||||
|
||||
; perhaps folks want to fold these too?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue