[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars aade176740 412/431: Merge pull request #52
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars aade176740 412/431: Merge pull request #52 from brownts/feature/ada-gpr |
Date: |
Mon, 16 Sep 2024 12:59:55 -0400 (EDT) |
branch: externals/indent-bars
commit aade176740ccfc631554b52fbff77cee71cdd8af
Merge: a86f8eca12 6f6915dec4
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Merge pull request #52 from brownts/feature/ada-gpr
---
indent-bars.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/indent-bars.el b/indent-bars.el
index 105c292354..5d766b9c41 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1509,6 +1509,14 @@ WIN defaults to the selected window. To be set as a
local
Adapted from `highlight-indentation-mode'."
(cond
(indent-bars-spacing-override)
+ ((and (derived-mode-p 'ada-mode) (boundp 'ada-indent))
+ ada-indent)
+ ((and (derived-mode-p 'ada-ts-mode) (boundp 'ada-ts-mode-indent-offset))
+ ada-ts-mode-indent-offset)
+ ((and (derived-mode-p 'gpr-mode) (boundp 'gpr-indent))
+ gpr-indent)
+ ((and (derived-mode-p 'gpr-ts-mode) (boundp 'gpr-ts-mode-indent-offset))
+ gpr-ts-mode-indent-offset)
((and (derived-mode-p 'python-mode) (boundp 'py-indent-offset))
py-indent-offset)
((and (derived-mode-p 'python-mode) (boundp 'python-indent-offset))
- [elpa] externals/indent-bars adfab4df1e 359/431: styling-scope: new option to invert -ts- variable to apply in-scope, (continued)
- [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, 2024/09/16
- [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 <=
- [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
- [elpa] externals/indent-bars c02ded1991 406/431: Bump version, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 51f12b7c06 215/431: Correct depth calculation (again), ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 29d32e5718 241/431: Make style variables global and move remaps to buffer-local vars, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars fb1a0d6d1a 239/431: Merge pull request #39 from oxcl/main, ELPA Syncer, 2024/09/16