Skip to content

Commit

Permalink
Merge pull request #511 from jcs-PR/ts-fold
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 16, 2024
2 parents 5619350 + ffc103a commit 5b46e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,9 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
- [[https://www.emacswiki.org/emacs/HideShow][hideshow]] - =[built-in]= Folding regions by balanced-expression code.
- [[https://www.emacswiki.org/emacs/download/hideshowvis.el][hideshowvis]] - Based on =hideshow=, just display its nodes on fringe.
- [[https://github.com/gregsexton/origami.el][Origami.el]] - Feature rich text folding minor mode.
- [[https://github.com/jamescherti/outline-indent.el][outline-indent]] - Fold text based on indentation levels.
- [[https://github.com/emacs-tree-sitter/ts-fold][ts-fold]] - Code-folding using tree-sitter.
- [[https://github.com/emacs-tree-sitter/treesit-fold][treesit-fold]] - Code folding based on the tree-sitter syntax tree, built on top of treesit.el.
- [[https://github.com/jamescherti/outline-indent.el][outline-indent]] - Fold text based on indentation levels.

*** Compiling

Expand Down

0 comments on commit 5b46e78

Please sign in to comment.