branch: elpa/treesit-fold
commit 946eebf84adf3c336823bdff68f9a02ce51d545b
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
Update do
---
README.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index bc6411a4d4..29836467b1 100644
--- a/README.md
+++ b/README.md
@@ -12,14 +12,14 @@ to provide code folding base on the tree-sitter syntax tree.
**Table of Contents**
- [tree-sitter-fold](#tree-sitter-fold)
- - [💾 Installation](#💾-installation)
- - [🔍 Methods 1. with `straight.el` and
`use-package`:](#🔍-methods-1-with-straightel-and-use-package)
- - [🔍 Methods 2. Manual](#🔍-methods-2-manual)
- - [📇 Commands](#📇-commands)
- - [🔨 Supported languages](#🔨-supported-languages)
- - [🔰 Contribution](#🔰-contribution)
- - [⚖️ Indicators Mode](#⚖️-indicators-mode)
- - [📝 Summary](#📝-summary)
+- [💾 Installation](#💾-installation)
+- [🔍 Methods 1. with `straight.el` and
`use-package`:](#🔍-methods-1-with-straightel-and-use-package)
+- [🔍 Methods 2. Manual](#🔍-methods-2-manual)
+- [📇 Commands](#📇-commands)
+- [🔨 Supported languages](#🔨-supported-languages)
+- [🔰 Contribution](#🔰-contribution)
+- [⚖️ Indicators Mode](#⚖️-indicators-mode)
+- [📝 Summary](#📝-summary)
<!-- markdown-toc end -->
@@ -66,7 +66,7 @@ then in Emacs:
* Java / JavaScript / JSX / JSON
* Nix
* PHP / Python
-* R / Rust
+* R / Ruby / Rust
* Scala / Swift
* TypeScript / TSX
@@ -74,7 +74,6 @@ then in Emacs:
* Agda
* HTML
-* Ruby
## 🔰 Contribution