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:
Ray Elliott 2026-01-13 20:12:02 +00:00
commit 51e5c2a602
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,4 @@
;; extends
;; Fold comment blocks (including /** */ docblocks)
(comment) @fold