[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 48d6b40489 405/431: README: tweak ts-langua
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 48d6b40489 405/431: README: tweak ts-language tip |
Date: |
Mon, 16 Sep 2024 12:59:55 -0400 (EDT) |
branch: externals/indent-bars
commit 48d6b40489698c3cacdd8fe7bdd87103144931e5
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
README: tweak ts-language tip
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5f889e2411..7310fa924e 100644
--- a/README.md
+++ b/README.md
@@ -270,8 +270,8 @@ Experiment with these to see what you prefer.
#### Scope
Simply configure `indent-bars-treesit-scope` with the languages and node types
for which "local scope" highlighting nodes are of interest. This must be done
for each tree-sitter language you use. This scope could be as granular as
classes and functions, or include detailed block statements. You can disable
scoping for "short blocks" using `indent-bars-treesit-scope-min-lines`, so
that, e.g., a quick `if` statement does not capture scope. I recommend starting
with the minimal possible [...]
-> [TIP]
-> If you don't know the name treesitter uses for your language, evaluate
`(treesit-language-at (point-min))` in a ts-enabled buffer.
+> [!TIP]
+> If you don't know the name treesitter uses for your language, try `M-:
(treesit-language-at (point-min))` in a ts-enabled buffer.
#### Wrap
`indent-bars-treesit-wrap` can be configured in a similar manner (mapping
language to wrapping node types). Note that `indent-bars-no-descend-list`,
which does not require tree-sitter and is on by default, may be sufficient for
your uses.
- [elpa] externals/indent-bars 6677c94823 352/431: use end marker for invalid range(s), (continued)
- [elpa] externals/indent-bars 6677c94823 352/431: use end marker for invalid range(s), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f7fb81c0d8 353/431: Major scope simplification: just invalid old ∪ new, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f986762207 328/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 34cecb96a4 358/431: Simplify developer note description for new simple font-lock method, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars adfab4df1e 359/431: styling-scope: new option to invert -ts- variable to apply in-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars bcc1e69e1d 364/431: reset: leave indent-bars--styles alone for teardown, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4c1b2d46e9 367/431: introduce ts-minor-mode for simplified setup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2d4dab01c6 377/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5a3346b68c 386/431: Remove invalid-ranges, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f429915ad 369/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 48d6b40489 405/431: README: tweak ts-language tip,
ELPA Syncer <=
- [elpa] externals/indent-bars c8376cf437 416/431: Stipple compatibility update, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1a88168837 389/431: indent-bars: refine jit-lock and extend region, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 76875aef81 401/431: slightly tweak main bar pattern and blend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars aade176740 412/431: Merge pull request #52 from brownts/feature/ada-gpr, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ca71453ad0 407/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars db7d4ba51d 388/431: Protect against custom-set reentry, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 79c21f2999 429/431: Assign copyright to FSF, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 9fc2e57d38 420/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 852c12b1fe 430/431: README: mention ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2d1d854dda 393/431: Update README.md, ELPA Syncer, 2024/09/16