emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/indent-bars 571522bd88 139/431: Add support for go-ts-m


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 571522bd88 139/431: Add support for go-ts-mode
Date: Mon, 16 Sep 2024 12:59:22 -0400 (EDT)

branch: externals/indent-bars
commit 571522bd883b551434b0bd1169667aafce959901
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    Add support for go-ts-mode
---
 indent-bars.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indent-bars.el b/indent-bars.el
index 747deda985..f5841173f9 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1054,6 +1054,7 @@ Adapted from `highlight-indentation-mode'."
     elixir-smie-indent-basic)
    ((and (derived-mode-p 'lisp-data-mode) (boundp 'lisp-body-indent))
     lisp-body-indent)
+   ((derived-mode-p 'go-ts-mode) tab-width)
    ((and (boundp 'standard-indent) standard-indent))
    (t 4)))                             ; backup
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]