[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 2d30dc37cc 206/431: indent-bars-ts: comment
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 2d30dc37cc 206/431: indent-bars-ts: comment improvements |
Date: |
Mon, 16 Sep 2024 12:59:29 -0400 (EDT) |
branch: externals/indent-bars
commit 2d30dc37cc5e014e906ad4a6ce1ae576adcae62a
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
indent-bars-ts: comment improvements
---
indent-bars-ts.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 75b38ef85f..4e3d503894 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -219,6 +219,7 @@ scope."
"Display indentation bars, accounting for current treesitter scope."
(if (indent-bars-ts--out-of-scope (match-beginning 1))
(indent-bars--display indent-bars-ts-out-scope-style)
+ ;; In scope: switch from out to in-scope style
(indent-bars--display indent-bars-ts-out-scope-style
(ibts/start-bars ibtcs)
indent-bars-style)))
@@ -291,7 +292,7 @@ both)."
(defun indent-bars-ts--update-scope ()
"Update treesit scope when possible."
(if-let ((tmr indent-bars--highlight-timer))
- (progn
+ (progn ; reschedule timer
(timer-set-time
tmr (time-add (current-time) indent-bars-ts-update-delay))
(unless (memq tmr timer-list) (timer-activate tmr)))
- [elpa] externals/indent-bars 3249aafe0d 152/431: Improve whatsnew, (continued)
- [elpa] externals/indent-bars 3249aafe0d 152/431: Improve whatsnew, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0638ba1ace 168/431: Customize the font weight of the no-stipple character, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b0ba6ba4ba 147/431: handle-blank-lines: simplify, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars aa3d09ceff 173/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars e2a0274e8b 164/431: Make no-descend-string a local symbol for configuring string type, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars dca608724d 183/431: README: mention new depth highlight timer and config, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a618015bb5 145/431: Add treesit before/after images, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 581a51d3ae 150/431: README: improve features list and add blank/string treesit config, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ce7fb0641c 189/431: refactoring treesitter to new file: initial stage, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6df95da4b1 157/431: README.md: Use current defaults for first image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2d30dc37cc 206/431: indent-bars-ts: comment improvements,
ELPA Syncer <=
- [elpa] externals/indent-bars d5f393ac4c 207/431: Add PCH for scope update, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 29b7bdc8f9 204/431: Return nil from font-lock face expression functions, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a282e1bbb8 238/431: use BEG+END for drawing rather than match boundaries, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 85fcf55464 210/431: Merge branch 'main' into treesit-scope, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 2a8cf5a2fa 243/431: Major refactor for STYLE stipple face & support, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 13cebfa12f 229/431: Merge pull request #37 from gekoke/gekoke/nixlang-indentation, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6116ab7468 263/431: Correctly remove remaps from plists, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 1f575f2404 211/431: Remove unused ts--scope-query, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars b0c138ce17 256/431: teardown whr win-param but not global faces, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars ac949f347e 260/431: Remove unnecessary cleanup on update-all-stipples, ELPA Syncer, 2024/09/16