branch: externals/indent-bars
commit 2d4dab01c600155c1a3945c44fbd045d7bd8f166
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 f75a3c2221..348d160dea 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ This package provides indentation _guide bars_ in Emacs,
enhanced by tree-sitter
- **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 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?**: <br>You want to set `indent-bars-ts-styling-scope` to
`'in-scope`.
+- **What if I want out-of-scope text to have the default style, and in-scope
text to be special?** <br>You want to set `indent-bars-ts-styling-scope` to
`'in-scope`.
- **My treesitter scope makes no sense!** <br>A common mistake is adding too
many node types for your language to the `indent-bars-treesit-scope` variable.
Start small, with thing you _know_ you want (function, method, class, etc.).