Add fold support for comment blocks in PHP
Introduce a new query file to enable folding of comment blocks, including docblocks, enhancing code readability and organization.
This commit is contained in:
parent
442d10363b
commit
51e5c2a602
2 changed files with 5 additions and 1 deletions
4
after/queries/php/folds.scm
Normal file
4
after/queries/php/folds.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
;; extends
|
||||
|
||||
;; Fold comment blocks (including /** */ docblocks)
|
||||
(comment) @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue