Add fold support for comment blocks in various languages
This commit introduces new fold support for comment blocks in Bash, CSS, HTML, JavaScript, Lua, Python, SCSS, TSX, TypeScript, and Vim, enhancing code readability and organization.
This commit is contained in:
parent
51e5c2a602
commit
b53515e492
10 changed files with 44 additions and 0 deletions
4
after/queries/vim/folds.scm
Normal file
4
after/queries/vim/folds.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
;; extends
|
||||
|
||||
;; Fold comment blocks
|
||||
(comment) @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue