branch: externals/indent-bars
commit 6500da0171a526ac4a96a1ad4ede13261e194dc4
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
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