Skip to content

Commit

Permalink
feat(embedded): add support for verilog-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 17, 2024
1 parent ae08771 commit ad8face
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-embedded.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
(unless (file-exists-p x86-lookup-pdf)
(url-copy-file "https://cdrdv2.intel.com/v1/dl/getContent/671200" x86-lookup-pdf t)))

(use-package verilog-ts-mode
:straight t
:when (+emacs-features-p 'tree-sitter))


(provide 'me-embedded)

Expand Down

0 comments on commit ad8face

Please sign in to comment.