branch: elpa/treesit-fold
commit 790247d439dc1505e624a7ee23d0b74704813a21
Author: Jen-Chieh Shen <[email protected]>
Commit: Jen-Chieh Shen <[email protected]>
Swap demo
---
README.md | 6 +++++-
etc/indicators.png | Bin 0 -> 11544 bytes
etc/{indicators-mode.gif => summary.gif} | Bin
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9f3c00442c..0a9c30f2af 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ has an excellent documentation on how to write `tree-sitter`
queries.
## ⚖️ Indicators Mode
<p align="center">
- <img src="./etc/indicators-mode.gif" width="80%" height="80%"/>
+ <img src="./etc/indicators.png" width="80%" height="80%"/>
</p>
You can enable this manually by doing the folloiwng
@@ -133,6 +133,10 @@ with this plugin.
## 📝 Summary
+<p align="center">
+ <img src="./etc/summary.gif" width="80%" height="80%"/>
+</p>
+
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.
diff --git a/etc/indicators.png b/etc/indicators.png
new file mode 100644
index 0000000000..b8811a38b9
Binary files /dev/null and b/etc/indicators.png differ
diff --git a/etc/indicators-mode.gif b/etc/summary.gif
similarity index 100%
rename from etc/indicators-mode.gif
rename to etc/summary.gif