branch: externals/indent-bars
commit bcb3b0fdb13620ae73be2de2ee4f8442378abb0d
Author: JD Smith <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8553473544..104250c7aa 100644
--- a/README.md
+++ b/README.md
@@ -227,9 +227,9 @@ The easiest way to configure inheritance and unspecified
values in the `ts` vari
`indent-bars` can highlight the bar at the current depth, and supports a few
different ways to determine which bar that is (see
`indent-bars-highlight-selection-method`):
-1. `nil`: The simplest version selects the depth of the last-visible bar on
the current line.
-2. `on-bar`: The old default, which selects the depth of the "unseen" bar
that the first character of text on the current line cover up.
-3. `context`: The new default, which selects the last-visible bar unless an
adjacent no-blank line is indented deeper by at least one indent spacing, in
which case the `on-bar` approach is used.
+1. `nil`: The simplest version selects the depth of the last-visible bar on
the current line for highlight.
+2. `on-bar`: The old default, which selects the depth of the "unseen" bar
that the first character of text on the current line covers up.
+3. `context`: The new default, which selects the last-visible bar _unless_ an
adjacent non-blank line is indented deeper by at least one indent spacing, in
which case the `on-bar` approach is used.
Experiment with these to see what you prefer.