ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
157 stars 54 forks source link

Correctly use backslashes for indent-chars #87

Closed theothornhill closed 4 months ago

theothornhill commented 1 year ago

When installing the package, I get an error stating "Unmatched bracket or quote. This commit fixes it, by correctly backslashing the chararcters as perhttps://www.gnu.org/software/emacs/manual/html_node/elisp/Basic-Char-Syntax.html

']', ')' and '}' require backslash, while for the ',' it is recommended.

jcs090218 commented 4 months ago

Thanks!