Skip to content

Commit

Permalink
feat(prog): add support for zig-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 19, 2024
1 parent a2320b8 commit 22f196f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ Fall back to the default `citre--project-root'."
:commands fb-mode
:mode "\\.b\\(i\\|as\\)\\'")

(use-package zig-mode
:straight t)

(use-package franca-idl
:straight (:host github :repo "zeph1e/franca-idl.el"))

Expand Down

0 comments on commit 22f196f

Please sign in to comment.