[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 5ca30b97a7 422/431: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 5ca30b97a7 422/431: Update README.md |
Date: |
Mon, 16 Sep 2024 12:59:57 -0400 (EDT) |
branch: externals/indent-bars
commit 5ca30b97a758126bfcd9402bbbb3c9c990cc3fa3
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 33e67ef187..7c64d88b84 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,7 @@ To customize the alternate bar appearance, you use the
parallel set of custom va
You can interchange the role of in-scope and out-of-scope using
`indent-bars-ts-styling-scope`. This is useful if you prefer to have the
_default_ style (e.g. the bar style in non-tree-sitter-enabled buffers) match
the out-of-scope style within tree-sitter buffers (i.e. if you want to
_emphasize_ scope, not _de-emphasize_ out-of-scope).
> [!NOTE]
-> _Scope focus_ highlighting is completely independent of _current depth
highlighting_, and you can style them separately, or enable one or the other,
both, or neither.
+> _Scope focus_ highlighting is completely independent of _current depth
highlighting_, and you can style them separately, and can enable one or the
other, both, or neither.
The `ts` custom variables for configuring the alternate styling are:
@@ -224,10 +224,10 @@ The `ts` custom variables for configuring the alternate
styling are:
- [I] `indent-bars-ts-color-by-depth`
- [I] `indent-bars-ts-highlight-current-depth`
-Each of these parallel variables has the same form as their equivalent
non-`ts` version (the "parent" variable), with two difference:
+Each of these parallel variables has the same form as their equivalent
non-`ts` version (the "parent" variable), with two additions:
-1. Some (marked with [I] above) can optionally use _inheritance_ from their
parent. Inheritance means any missing `:key` based elements are _inherited_
from the in-scope (parent) style. To configure their inheritance, you can
optionally set these variable values to a cons cell of the form `([no-]inherit
. value)`, where `value` has the normal format for the parent variable.
`inherit` (the default, if the cons cell is omitted and `value` is simply used
as-is) means that any unspecified [...]
-2. For any non-`:key` type values, the specific symbol value `'unspecified`
can be set to indicate using the parent's value for that slot.
+1. Some (marked with [I] above) can optionally use _inheritance_ from their
parent. Inheritance means any missing `:key` based elements are _inherited_
from the in-scope (parent) style. To configure whether this inheritance
occurs, you can optionally set these variable values to a cons cell of the form
`([no-]inherit . value)`, where `value` has the normal format for the parent
variable. `inherit` (the default, if the cons cell is omitted and `value` is
simply used as-is) means that a [...]
+2. For any non-`:key` type values, the specific symbol value `'unspecified`
can be set to indicate to use the parent's value for that slot.
For example, a setting of:
@@ -247,7 +247,7 @@ The easiest way to configure inheritance and unspecified
values in the `ts` vari
## Indentation
-`indent-bars` works with either space- or tab-based indentation. If possible,
prefer space indentation, as it is faster. Note that some modes explicitly
enable or disable `indent-tabs-mode`.
+`indent-bars` works with either space- or tab-based indentation (see
`indent-tabs-mode`). If possible, prefer space indentation, as it is faster.
Note that some modes explicitly enable or disable `indent-tabs-mode`.
## Current Depth Highlight
- [elpa] externals/indent-bars cf411a485c 181/431: Use timer to rate-limit current depth highlight, (continued)
- [elpa] externals/indent-bars cf411a485c 181/431: Use timer to rate-limit current depth highlight, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8f9a4d7cc9 146/431: Minore README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2cc2f00e8c 172/431: README: mention --with-cairo, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4dd4e0e8d7 171/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 56c4e96637 200/431: Check unfontify-region function before setting region-function, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 13a8d8d370 194/431: indent-bars: reorganize, style struct and alternate styling, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 269774df6d 201/431: Correct bar depth calculation corner case, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 209817a622 414/431: make teardown-functions buffer-local, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b63c46e6a2 413/431: Make update-depth-function and ppss buffer-local, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8e9d028811 398/431: Make default bars less obtrusive, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5ca30b97a7 422/431: Update README.md,
ELPA Syncer <=
- [elpa] externals/indent-bars 4a2e8e1792 426/431: First ELPA version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c4c680eb8e 431/431: Update README.md, ELPA Syncer, 2024/09/16