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

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

[nongnu] elpa/zig-mode 2013d39ee9: add zon to mode alist (#85)


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 2013d39ee9: add zon to mode alist (#85)
Date: Tue, 7 Mar 2023 08:02:26 -0500 (EST)

branch: elpa/zig-mode
commit 2013d39ee9a62449263939bc8c33a128fe1e90f0
Author: Jiacai Liu <dev@liujiacai.net>
Commit: GitHub <noreply@github.com>

    add zon to mode alist (#85)
    
    
    Co-authored-by: Joachim Schmidt <joachim.schmidt557@outlook.com>
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 064c290953..3a5c95beb4 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -518,7 +518,7 @@ This is written mainly to be used as 
`end-of-defun-function' for Zig."
     (zig-format-on-save-mode 1)))
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.zig\\'" . zig-mode))
+(add-to-list 'auto-mode-alist '("\\.\\(zig\\|zon\\)\\'" . zig-mode))
 
 (provide 'zig-mode)
 ;;; zig-mode.el ends here



reply via email to

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