treesit-fold

Homepage: https://github.com/emacs-tree-sitter/treesit-fold

Author: Junyi Hou, Shen, Jen-Chieh

Updated:

Summary

Code folding using treesit

Commentary

This package provides a code-folding mechanism based on tree-sitter
package.  Turn on the minor-mode `treesit-fold-mode' to enable
this mechanism.  Note that all functionalities provided here based on the
`tree-sitter-mode', and thus it should be enabled before
`treesit-fold-mode' can properly fold codes.

Dependencies