branch: externals/beardbolt
commit 8cf49aeac68e3e2ede32994e68269d682b31f6ad
Author: Liam Powell <[email protected]>
Commit: Liam Powell <[email protected]>
Add zig starter
---
rmsbolt.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/rmsbolt.el b/rmsbolt.el
index 796917815f..b3a4238ffc 100644
--- a/rmsbolt.el
+++ b/rmsbolt.el
@@ -1416,6 +1416,7 @@ Are you running two compilations at the same time?"))
("pony" . "rmsbolt.pony")
("emacs-lisp" . "rmsbolt-starter.el")
("d" . "rmsbolt.d")
+ ("zig" . "rmsbolt.zig")
;; Rmsbolt is capitalized here because of Java convention of Capitalized
;; class names.
("java" . "Rmsbolt.java")))