Skip to content

Commit

Permalink
feat(prog): add Protocol Buffers support
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 10, 2024
1 parent d4a52d1 commit 12e8494
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,13 @@ Fall back to the default `citre--project-root'."
(use-package breadcrumb
:straight t)

(use-package protobuf-mode
:straight t)

(use-package protobuf-ts-mode
:straight (:host github :repo "emacsmirror/protobuf-ts-mode")
:when (+emacs-features-p 'tree-sitter))


(provide 'me-prog)

Expand Down

0 comments on commit 12e8494

Please sign in to comment.