mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add Vue file to web mode
Support `.vue` Vue.js files in web-mode.
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
:mode "\\.as[cp]x$"
|
||||
:mode "\\.mustache$"
|
||||
:mode "\\.tsx$"
|
||||
:mode "\\.vue$"
|
||||
:mode "wp-content/themes/.+/.+\\.php$"
|
||||
:config
|
||||
(add-hook 'web-mode-hook #'turn-off-smartparens-mode)
|
||||
|
Reference in New Issue
Block a user