Skip to content

Commit

Permalink
feat(modeling): add medelica-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 1, 2023
1 parent 8795bbf commit 86e8c09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-modeling.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

(+eglot-register 'scad-mode '("openscad-lsp" "--stdio")))

(use-package modelica-mode
:straight t
:mode "\\.mo\\'")


(provide 'me-modeling)

Expand Down

0 comments on commit 86e8c09

Please sign in to comment.