~edwargix/emacs.d

3c3c9e21af59c9adf8e8eb67d47e74aa5a165266 — David Florness 4 years ago b1f51d0
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]?\\'")))