[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 3d55fd643d 330/431: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 3d55fd643d 330/431: Update README.md |
Date: |
Mon, 16 Sep 2024 12:59:47 -0400 (EDT) |
branch: externals/indent-bars
commit 3d55fd643d968960099e0a0f2246628d1f5ad8fe
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 104250c7aa..07ae124c5c 100644
--- a/README.md
+++ b/README.md
@@ -238,8 +238,8 @@ Experiment with these to see what you prefer.
`indent-bars` can optionally use tree-sitter in supported files to enable
several features:
1. **Scope Focus**: The current tree-sitter scope can be _focused_, with
out-of-scope bars de-emphasized in their display (or actually, styled however
you want). This can be configured by [specifying matching
"scope"](#configuring-tree-sitter) node types (e.g. functions, blocks, etc.)
for each language of interest. The innermost node (covering sufficient lines)
will then be rendered using the normal bar color and style. Bars which are
_out-of-scope_ have alternative styling applied.
-1. **Blank Line Display**: It can be nice to omit the display of bars on blank
lines at the top structural level (e.g. in a _module_). Tree-sitter can help
`indent-bars` identify those lines.
-1. **Wrap Detection**: It can be useful to prevent drawing excess bars in
wrapped entities like argument lists, literal dictionaries, or other
heirarchical multi-line structures. Tree-sitter can help detect these and
inhibit unwanted bars (see also `indent-bars-no-descend-string/list`, which do
not require tree-sitter).
+1. **Selective Blank Line Display**: By default, `indent-bars` displays bars
on blank lines (though this can be [configured](#bar-setup-and-location)), so
that they remain continuous. It can be nice to omit the display of blank lines
bars at the top structural level (e.g. in a _module_), to make divisions
between top-level constructs more visible. Tree-sitter can help `indent-bars`
identify those lines.
+1. **Wrap Detection**: It can be useful to prevent excess bars inside wrapped
entities which move indent to "line things up." These include things like
argument lists, literal dictionaries, or other heirarchical multi-line
structures. Tree-sitter can help detect these and inhibit unwanted bars (but
[see also](#bar-setup-and-location) `indent-bars-no-descend-string/list`, which
do not require tree-sitter).
> [!NOTE]
> `indent-bars`' tree-sitter capabilities require Emacs 29 or later built with
> tree-sitter support, and the appropriate tree-sitter grammars installed for
> your languages of interest. Additional node type configuration by language
> required; see below.
- [elpa] externals/indent-bars c4d05c62c0 306/431: Update README.md, (continued)
- [elpa] externals/indent-bars c4d05c62c0 306/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f34bd21940 310/431: Tweak default bar style: slimmer bar, longer "dash:, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2b6d25a083 316/431: update current indentation only if depth decreases, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f6e96b01d2 312/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 449b49f6a1 331/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dd197c931a 334/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c990d7dee3 339/431: ts-union-all: simplify vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 42cb7aed86 340/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f91f125dad 319/431: Update README.md with new GIF animation, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 90de8c3159 344/431: indent-bars: minor cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3d55fd643d 330/431: Update README.md,
ELPA Syncer <=
- [elpa] externals/indent-bars 88a68c8364 318/431: README.md: add new video, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bcb3b0fdb1 329/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ea1144feae 315/431: always ppss at bol, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fa7047773a 349/431: README improvements, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ad972ba512 337/431: Increment version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 05e23d6145 360/431: README: update with styling-scope information, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 626ea0443e 378/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 827c99d394 332/431: README: FAQ updates, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c247f02b04 324/431: Reduce out-of-scope default blend to 0.1, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2dcc80f2ba 347/431: docs: mention new scope invalidation improvements, ELPA Syncer, 2024/09/16