Add Vue file to web mode
Support `.vue` Vue.js files in web-mode.
This commit is contained in:
parent
5dacbb7cb1
commit
32c3dd847e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue