Skip to content

Commit

Permalink
add tree-sitter based code folding mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-Melaku committed Nov 18, 2024
1 parent a61a221 commit ec40be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
- [[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/treesit-fold][treesit-fold]] - Code folding based on the tree-sitter syntax tree, built on top of treesit.el.

*** Compiling

Expand Down

0 comments on commit ec40be5

Please sign in to comment.