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

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

[elpa] externals/indent-bars 6500da0171 154/431: Update README.md


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 6500da0171 154/431: Update README.md
Date: Mon, 16 Sep 2024 12:59:23 -0400 (EDT)

branch: externals/indent-bars
commit 6500da0171a526ac4a96a1ad4ede13261e194dc4
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Update README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 39436672d4..5064e4d6fd 100644
--- a/README.md
+++ b/README.md
@@ -67,14 +67,14 @@ To clone with `use-package` and `straight`:
   (indent-bars-treesit-support t)
   (indent-bars-no-descend-string t)
   (indent-bars-treesit-ignore-blank-lines-types '("module"))
-  (indent-bars-treesit-wrap '((python argument_list parameters
+  (indent-bars-treesit-wrap '((python argument_list parameters ; for python, 
as an example
                                      list list_comprehension
                                      dictionary dictionary_comprehension
                                      parenthesized_expression subscript)))
   :hook ((python-base-mode yaml-mode) . indent-bars-mode))
 ```
 
-See also the [Wiki 
page](https://github.com/jdtsmith/indent-bars/wiki/indent%E2%80%90bars-config-Wiki#tree-sitter-config).
+See [tree-sitter](#tree-sitter), and also the [Wiki 
page](https://github.com/jdtsmith/indent-bars/wiki/indent%E2%80%90bars-config-Wiki#tree-sitter-config).
 
 ## Compatibility 
 



reply via email to

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