[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 7c7a7a7a10 423/431: improve commentary
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 7c7a7a7a10 423/431: improve commentary |
Date: |
Mon, 16 Sep 2024 12:59:57 -0400 (EDT) |
branch: externals/indent-bars
commit 7c7a7a7a103ef13f01ae388a1116dde3917e8b10
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
improve commentary
---
indent-bars.el | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/indent-bars.el b/indent-bars.el
index 0767f487d0..f8bfcdf1f9 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -24,14 +24,15 @@
;;; Commentary:
-;; indent-bars highlights indentation with configurable vertical bars,
-;; using stipples. The color and appearance (weight, pattern,
-;; position within the character, zigzag, etc.) are all configurable.
-;; Options include depth-varying colors and highlighting the
-;; indentation depth of the current line. Bars span blank lines, by
-;; default. indent-bars works in any mode using fixed tab or
-;; space-based indentation. In the terminal (or on request) it uses
-;; vertical bar characters instead of stipple patterns.
+;; indent-bars highlights indentation with configurable vertical
+;; graphical bars, using stipples. The color and appearance (weight,
+;; pattern, position within the character, zigzag, etc.) are all
+;; configurable. Options include depth-varying colors and
+;; highlighting the indentation depth of the current line. Bars span
+;; blank lines, by default. indent-bars works in any mode using fixed
+;; tab or space-based indentation. In the terminal (or on request) it
+;; uses vertical bar characters instead of stipple patterns. Optional
+;; treesitter support is also available; see indent-bars-ts.el.
;; For Developers:
;;
@@ -42,12 +43,12 @@
;; pattern, etc.) into a single struct, operating on one such
;; "current" style struct at a time.
;;
-;; 2. Provide convenience functions for replicating "alternative"
+;; 2. Provide convenience functions for duplicate "alternative"
;; custom style variables the user can configure; see
;; `indent-bars--style'. These variables can "inherit" nil or
;; omitted plist variables from their parent var.
;;
-;; Note the shorthand substitution for style related slot;
+;; Note the shorthand substitution for style related slots;
;; see file-local-variables at the end:
;;
;; ibs/ => indent-bars-style-
- [elpa] externals/indent-bars 7cf880d7cd 391/431: Reduce default bar blend, (continued)
- [elpa] externals/indent-bars 7cf880d7cd 391/431: Reduce default bar blend, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 075e1b3ccc 400/431: ts: fix font-lock-fontify-buffer-function save logic, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars eca496b2db 392/431: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dc44a8e889 404/431: Merge branch 'main' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fc8f492364 397/431: indent-bars-ts: improve commentary, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 86835d8faa 402/431: ts--context-fontify: use with-silent-modifications, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f6915dec4 411/431: Add Ada and GPR support., ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ebf1c637e8 425/431: Implement indent-bars.el suggestions for inclusion in ELPA, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ceb3dd1e31 418/431: guess-spacing: add typescript-ts-mode support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 188d8540bf 395/431: Update ts--context-fontify to work in all buffers, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7c7a7a7a10 423/431: improve commentary,
ELPA Syncer <=
- [elpa] externals/indent-bars 6868e36bea 417/431: Protect against no wrap context node, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f926ed81ae 424/431: Bump version and mention what's new, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars aac2e73b00 428/431: Merge pull request #57 from paaguti/main, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars c2240b7f10 001/431: Initial commit, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0de108e783 017/431: improve setup/teardown and add reset command, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 940a56c434 016/431: Use 'face instead of 'font-lock-face, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ee50054337 025/431: Comment, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 871dcdcce1 027/431: allow other keys for current-depth-palette, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 84f650e5b1 031/431: simplify stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a47382bd4b 043/431: Improve comments and remove unused arg from calculate-face-spec, ELPA Syncer, 2024/09/16