branch: elpa/treesit-fold commit ee4c694b0159570a7f0a8921e795d6aff182caf3 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Jen-Chieh Shen <jcs090...@gmail.com>
Add toc --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 33bcc0e670..4c3d43aa4d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,21 @@ tree-sitter-fold builds on top of [elisp-tree-sitter](https://github.com/emacs-tree-sitter/elisp-tree-sitter) to provide code folding base on the tree-sitter syntax tree. +<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --> +**Table of Contents** + +- [tree-sitter-fold](#tree-sitter-fold) + - [💾 Installation](#💾-installation) + - [-](#-) + - [Methods 2. Manual](#methods-2-manual) + - [📇 Commands](#📇-commands) + - [🔨 Supported languages](#🔨-supported-languages) + - [🔰 Contribution](#🔰-contribution) + - [⚖️ Indicators Mode](#⚖️-indicators-mode) + - [📝 Summary](#📝-summary) + +<!-- markdown-toc end --> + ## 💾 Installation #### Methods 1. with `straight.el` and `use-package`: