[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 60984e49c8 144/417: Fix headers toc
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 60984e49c8 144/417: Fix headers toc |
Date: |
Mon, 1 Jul 2024 10:02:20 -0400 (EDT) |
branch: elpa/treesit-fold
commit 60984e49c8bd258e2f1eae49c362e8482eed7076
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Fix headers toc
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4c3d43aa4d..bb1b6f2696 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ to provide code folding base on the tree-sitter syntax tree.
- [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)
@@ -25,14 +25,14 @@ to provide code folding base on the tree-sitter syntax tree.
## 💾 Installation
-#### Methods 1. with `straight.el` and `use-package`:
+### Methods 1. with `straight.el` and `use-package`:
```el
(use-package tree-sitter-fold
:straight (host github repo "jcs090218/tree-sitter-fold"))
```
-#### Methods 2. Manual
+### Methods 2. Manual
```sh
git clone https://github.com/jcs090218/tree-sitter-fold /path/to/lib
- [nongnu] elpa/treesit-fold 2e2d2dfef3 104/417: Fix node issue, (continued)
- [nongnu] elpa/treesit-fold 2e2d2dfef3 104/417: Fix node issue, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 36768e42d9 116/417: Add basic c preprocessor, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 280920bbba 106/417: Clean list, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d563c38a61 119/417: Fix return toggle, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0dc7e5c563 120/417: Fix prefix, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold d3c984af86 121/417: Apply all macro, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 55c603cbcc 130/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 496efdf1d3 133/417: Support comment for bash, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 442118d40d 140/417: Update doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ee4c694b01 143/417: Add toc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 60984e49c8 144/417: Fix headers toc,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 1ea3f22f9a 145/417: Update mag, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold bb757d3afb 021/417: Add keywords, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9695389e7e 020/417: Merge header, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 98d7f91173 028/417: Use markdown readme instead, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a826237d17 024/417: Add ignore, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 23558465b6 033/417: Fix docstring, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 4fbe88f721 032/417: Remove compiled, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9be3f5b086 034/417: Update readme, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 5986e9e3c9 035/417: Remove code block, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 10cd5dfc38 025/417: Add license, ELPA Syncer, 2024/07/01