Use web-mode for Vue.js files
1 files changed, 1 insertions(+), 0 deletions(-) M lisp/web.el
M lisp/web.el => lisp/web.el +1 -0
@@ 13,6 13,7 @@ "\\.tpl\\.php\\'" "\\.ts\\'" "\\.tsx\\'" + "\\.vue\\'" "\\.xhtml\\'") :custom (web-mode-content-types-alist '(("jsx" . ".*\\.js[x]?\\'")))