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

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

[nongnu] elpa/zig-mode 87f4f16 038/104: Escape ) and ] to avoding breaki


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 87f4f16 038/104: Escape ) and ] to avoding breaking Emacs Lisp syntax table
Date: Sun, 29 Aug 2021 11:36:59 -0400 (EDT)

branch: elpa/zig-mode
commit 87f4f16d482db2ad95166f5bd6d21bf7ef2b7000
Author: Xu Chunyang <mail@xuchunyang.me>
Commit: Xu Chunyang <mail@xuchunyang.me>

    Escape ) and ] to avoding breaking Emacs Lisp syntax table
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 172899f..2fbb0c3 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -111,7 +111,7 @@
     "null" "undefined" "this"))
 
 (defconst zig-electric-indent-chars
-  '( ?\; ?, ?) ?] ?} ))
+  '(?\; ?, ?\) ?\] ?}))
 
 (defgroup zig-mode nil
   "Support for Zig code."



reply via email to

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