emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/treesit-fold de8e8fe97b 078/417: Add block


From: ELPA Syncer
Subject: [nongnu] elpa/treesit-fold de8e8fe97b 078/417: Add block
Date: Mon, 1 Jul 2024 10:02:13 -0400 (EDT)

branch: elpa/treesit-fold
commit de8e8fe97b168a6e8f5c20ab902b3877f6760477
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>

    Add block
---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 1b6f80282d..e9a9bb39b2 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,14 @@ then in Emacs:
 
 ## :card_index: Usage
 
-| Commands                          | Description                              
                                   |
-|-----------------------------------|-----------------------------------------------------------------------------|
-| tree-sitter-fold-close            | fold the current syntax node.            
                                   |
-| tree-sitter-fold-open             | open all folds inside the current syntax 
node.                              |
-| tree-sitter-fold-open-recursively | open the outmost fold of the current 
syntax node. Keep the sub-folds close. |
-| tree-sitter-fold-close-all        | close all foldable syntax nodes in the 
current buffer.                      |
-| tree-sitter-fold-open-all         | open all folded syntax nodes in the 
current buffer.                         |
-| tree-sitter-fold-toggle           | toggle the syntax node at `point'.       
                                   |
+| Commands                            | Description                            
                                     |
+|-------------------------------------|-----------------------------------------------------------------------------|
+| `tree-sitter-fold-close`            | fold the current syntax node.          
                                     |
+| `tree-sitter-fold-open`             | open all folds inside the current 
syntax node.                              |
+| `tree-sitter-fold-open-recursively` | open the outmost fold of the current 
syntax node. Keep the sub-folds close. |
+| `tree-sitter-fold-close-all`        | close all foldable syntax nodes in the 
current buffer.                      |
+| `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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]