[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold f49df1ea3d 124/417: Update doc
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold f49df1ea3d 124/417: Update doc |
Date: |
Mon, 1 Jul 2024 10:02:18 -0400 (EDT) |
branch: elpa/treesit-fold
commit f49df1ea3d6143505bb3dca3dd392655ed8f7147
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Update doc
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index d4210ea1f2..aceebe554f 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
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.
-## :floppy_disk: Installation
+## 💾 Installation
#### Methods 1. with `straight.el` and `use-package`:
@@ -30,7 +30,7 @@ then in Emacs:
(require 'tree-sitter-fold)
```
-## :card_index: Usage
+## 📇 Usage
| Commands | Description
|
|-------------------------------------|-----------------------------------------------------------------------------|
@@ -41,13 +41,13 @@ then in Emacs:
| `tree-sitter-fold-open-all` | open all folded syntax nodes in the
current buffer. |
| `tree-sitter-fold-toggle` | toggle the syntax node at `point'.
|
-## :hammer: Supported languages
+## 🔨 Supported languages
+
+These languages are fairly complete:
-* Agda (WIP)
* Bash
-* C / C++ / C# CSS
+* C / C++ / C# / CSS
* Go
-* HTML
* Java / JavaScript / JSX / JSON
* Nix
* PHP / Python
@@ -55,6 +55,11 @@ then in Emacs:
* Scala / Swift
* TypeScript / TSX
+These languages are in development:
+
+* Agda
+* HTML
+
## Contribution
Enable `tree-sitter-mode` first, then `tree-sitter-query-builder` is useful to
test
- [nongnu] elpa/treesit-fold 23bd9c2c05 077/417: Add CSS, (continued)
- [nongnu] elpa/treesit-fold 23bd9c2c05 077/417: Add CSS, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fef90261f5 082/417: Apply offset, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 76e0dd263e 088/417: Hide indicators when single line, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 8fc88e29f5 089/417: Login update for Csharp comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 809bc9a0db 090/417: Remove go decalaration, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 422cff043e 100/417: Fix comment line, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2d2179292f 105/417: Fix doc string, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5062bf22a8 112/417: Mark temp, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 959191660b 115/417: Simplify, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 7065c6b28f 122/417: Apply macro, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f49df1ea3d 124/417: Update doc,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 6f15c1735a 125/417: Support javascript comment, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold eeb9c03bcc 127/417: Fix conitouse line, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c33e5e7e0c 128/417: Temporily disable csharp, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6b6f30eb4a 142/417: Add emoji, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 6aabbc6256 147/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e6ac78f0e2 154/417: SCALE AND CENTER, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a806886568 161/417: Update support language list, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 2409596f33 004/417: readme: fix typo, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 362fc74774 011/417: R: fold brace_list instead, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold f0858f1dbc 009/417: add support for R, ELPA Syncer, 2024/07/01