Vue lang support in emacs
This commit is contained in:
parent
ce28c9b5f4
commit
0c98ee47e2
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@
|
|||
;; TypeScript language support
|
||||
(use-package typescript-mode
|
||||
:mode "\\.ts\\'")
|
||||
|
||||
;; Vue language support
|
||||
(use-package vue-mode
|
||||
:mode "\\.vue\\'")
|
||||
|
||||
;; HTML (and HTML template) support
|
||||
(use-package web-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue