branch: externals/indent-bars
commit 09b972f95799e8d4d83ffc76d5f286c7cbaa4575
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0cd6278604..caa19af588 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,7 @@ The heaviest operations (though still quite efficient) are
**tree-sitter** suppo
## Tree-sitter
-`indent-bars` can optionally use tree-sitter when configured in supported
files to improve the calculation of bar depth. For example, many modes wrap
function calls and definitions to align parameters with the opening `(`. With
the help of tree-sitter, `indent-bars` can avoid adding unwanted additional
bars in these. It can also be used to identify strings, and to tweak the
behavior of blank line display. See options above.
+`indent-bars` can optionally use tree-sitter in supported files to improve the
calculation of bar depth. For example, many modes wrap function calls and
definitions to align parameters with the opening `(`. With the help of
tree-sitter, `indent-bars` can avoid adding unwanted additional bars in these.
It can also be used to avoid extra depth in strings, and to tweak the behavior
of blank line display.
I.e. turn this: