branch: externals/indent-bars
commit 2ca5192273f8d7e7ff1984e5d365cee1238c25f7
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 3f2a97a4c5..346672f4f0 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ This package provides indentation _guide bars_ in Emacs,
enhanced by tree-sitter
- **I want a bar in the very first column!**: <br>Set
`indent-bars-starting-column` to 0.
- **The current bar highlight is so fast, but it flashes too rapidly during
scrolling!** <br>Update to v0.2.2 or later and set
`indent-bars-depth-update-delay` to a comfortable number like 0.1s (0.075s is
the default). If you _like_ the crazy-fast updates, set this to 0.
- **I turned on treesitter support but nothing happened**: <br>You need to
configure `indent-bars-treesit-scope` (and possibly `wrap`) for your
language(s) of interest. [More info](#configuring-tree-sitter).
-- **How can I change the style of the out-of-scope bars?**: <br>Using a
[parallel set](#tree-sitter-out-of-scope-alternate-styling-variables) of `ts-`
customizations.
+- **How can I change the style of the out-of-scope bars?**: <br>Using an
[alternate set](#tree-sitter-alternate-styling-variables) of `ts-`
customizations.
- **What if I want out-of-scope text to have the default style, and in-scope
text to be special?** You want to set `indent-bars-ts-styling-scope` to
`'in-scope`.
# Install/config