branch: elpa/treesit-fold
commit a8068865682622eb13e4f42a73211a6a98af73d2
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
Update support language list
---
README.md | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 8ea43128d3..b9782a9bc3 100644
--- a/README.md
+++ b/README.md
@@ -16,14 +16,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 -->
@@ -78,6 +78,9 @@ then in Emacs:
> These languages are in development:
* Agda
+* Elm
+* Elixir
+* Emacs Lisp
* XML (upstream)
## 🔰 Contribution