Version 0.2.1 of package Treesit-Fold has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Treesit-Fold describes itself as: ========================== Code folding using treesit ========================== More at https://elpa.nongnu.org/nongnu/treesit-fold.html ## Summary: [](https://www.gnu.org/licenses/gpl-3.0) [](https://jcs-emacs.github.io/jcs-elpa/#/treesit-fold) # treesit-fold > Code-folding using treesit [](https://github.com/emacs-tree-sitter/treesit-fold/actions/workflows/test.yml) `treesit-fold` builds on top of `treesit.el` to provide code folding based on the tree-sitter syntax tree. <p align="center"> <img src="./etc/screenshot.png" width="80%" height="80%"/> </p> ## Recent NEWS: # Change Log All notable changes to this project will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## 0.3.0 (Unreleased) > Released N/A * N/A ## 0.2.0 > Released Feb 12, 2025 * feat: Add `HEEx` support (#19) * feat: Add `EditorConfig` support (#20) * feat: Add `Janet` support (#22) * refactor: Use built-in ellipsis (#24) * feat: add line count to folded text overlay (#26) ## 0.1.0 > Released Jun 22, 2024 * feat: Fully support `isearch` and modification conditions (#1) * fix: Respect same line folding from close all (4ef65016fdfdc6d45567ac62bf25814b07a8cad7) * `treesit.el` support (#3) * Add `Gleam` support (#8)