diff --git a/zig-mode.el b/zig-mode.el index cb0309c..533f589 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -225,7 +225,7 @@ If given a SOURCE, execute the CMD on it." "null" "undefined")) (defconst zig-electric-indent-chars - '(?\; ?, ?\) ?\] ?})) + '(?\; ?\, ?\) ?\] ?\})) (defface zig-multiline-string-face '((t :inherit font-lock-string-face))