Skip to content

Commit

Permalink
feat(prog): add support for FreeBasic via fb-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Sep 7, 2023
1 parent 6da0a15 commit 510c299
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@
:custom
(lua-indent-level 2))

(use-package fb-mode
:straight (:host github :repo "rversteegen/fb-mode")
:commands fb-mode
:mode "\\.b\\(i\\|as\\)\\'")

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

Expand Down

0 comments on commit 510c299

Please sign in to comment.