[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/indent-bars 3a9ffd9176 142/431: Add cobol-mode support
From: |
ELPA Syncer |
Subject: |
[elpa] externals/indent-bars 3a9ffd9176 142/431: Add cobol-mode support |
Date: |
Mon, 16 Sep 2024 12:59:22 -0400 (EDT) |
branch: externals/indent-bars
commit 3a9ffd917687bca96e981d5d205d9821031f74ce
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
Add cobol-mode support
---
indent-bars.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/indent-bars.el b/indent-bars.el
index 139623a4f1..42e44811e4 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1054,7 +1054,10 @@ Adapted from `highlight-indentation-mode'."
elixir-smie-indent-basic)
((and (derived-mode-p 'lisp-data-mode) (boundp 'lisp-body-indent))
lisp-body-indent)
- ((or (derived-mode-p 'go-ts-mode) (derived-mode-p 'go-mode)) tab-width)
+ ((and (derived-mode-p 'cobol-mode) (boundp 'cobol-tab-width))
+ cobol-tab-width)
+ ((or (derived-mode-p 'go-ts-mode) (derived-mode-p 'go-mode))
+ tab-width)
((and (boundp 'standard-indent) standard-indent))
(t 4))) ; backup
- [elpa] externals/indent-bars 01583822ab 095/431: New example image, (continued)
- [elpa] externals/indent-bars 01583822ab 095/431: New example image, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f0f2bf5ce 092/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 55d8ef1711 096/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 180b6ab95c 053/431: Mention stipple compatibility, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 5eb33cc94f 085/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 7da1a4a2a4 107/431: Update examples.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 54d15a437d 122/431: customize and var name tweaks, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 77aec85ad0 124/431: Merge branch 'treesit' into dev, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars a7bfe31d59 131/431: display-line: offset start if no tabs, invent with correct bar count, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars f1404b31fe 151/431: Added what's new, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3a9ffd9176 142/431: Add cobol-mode support,
ELPA Syncer <=
- [elpa] externals/indent-bars 327ace5493 162/431: ts-node-query: add FIRST-SPANNING flag to insist top node encloses, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 858de2c124 184/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 8a4ea0ab83 187/431: Update README.md, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 3cebc7d7fb 177/431: Resize iamge, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars beaaf4d359 003/431: Improve docstrings, comments, custom messages, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6d98c4597f 004/431: re-organize and cleanup, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 6f054692ef 008/431: Generalize to stipple "pad" and "rot", ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 0769d70591 010/431: add window-state-change hooks for recalculating stipple, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 471b0920b0 012/431: improve comments, ELPA Syncer, 2024/09/16
- [elpa] externals/indent-bars 4e31151a0d 015/431: improve comments, ELPA Syncer, 2024/09/16