branch: elpa/treesit-fold
commit 40163da28a603a3dfb0ba0d632daab126d3707fc
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
Update doc
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 007778e6f5..3c74253dcc 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ out queries that determine what syntax nodes should be
foldable and how to fold
them.
[emacs-tree-sitter](https://ubolonton.github.io/emacs-tree-sitter/syntax-highlighting/queries/)
has an excellent documentation on how to write `tree-sitter` queries.
-## Indicators Mode
+## ⚖️ Indicators Mode
You can enable this manually by doing the folloiwng
@@ -109,7 +109,7 @@ with this plugin.
(t nil)))))
```
-## Summary
+## 📝 Summary
This plugin automatically extract summary from the comment/document string,
so you can have a nice way to peek what's inside the fold range.