Skip to content

Commit

Permalink
Merge pull request #87 from theothornhill/master
Browse files Browse the repository at this point in the history
Correctly use backslashes for indent-chars
  • Loading branch information
jcs090218 authored Feb 21, 2024
2 parents 324ee9d + 5d58b22 commit 9ce2009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zig-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 9ce2009

Please sign in to comment.