branch: externals/indent-bars
commit af989aff67d6a1e3caab35b776066a808514606f
Author: ziggy <zi...@elephant-bird.net>
Commit: ziggy <zi...@elephant-bird.net>

    Add haml mode support
---
 indent-bars.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indent-bars.el b/indent-bars.el
index f8a8f6aac6..bd6792ce86 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -1665,6 +1665,8 @@ Adapted from `highlight-indentation-mode'."
     java-ts-mode-indent-offset)
    ((and (derived-mode-p 'tcl-mode) (boundp 'tcl-indent-level))
     tcl-indent-level)
+   ((and (derived-mode-p 'haml-mode) (boundp 'haml-indent-offset))
+    haml-indent-offset)
    ((and (boundp 'standard-indent) standard-indent))
    (t 4)))                             ; backup
 

Reply via email to