Skip to content

Commit

Permalink
feat(prog): add html-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 9, 2023
1 parent 42e336d commit 483224c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
:straight t
:when (+emacs-features-p 'tree-sitter))

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

(use-package combobulate
:straight t
:when (+emacs-features-p 'tree-sitter)
Expand Down

0 comments on commit 483224c

Please sign in to comment.