Merge pull request #336 from Dragnucs/patch-1

Add Vue file to web mode
This commit is contained in:
Henrik Lissner
2018-01-10 04:15:46 -05:00
committed by GitHub

View File

@ -8,6 +8,7 @@
:mode "\\.as[cp]x$" :mode "\\.as[cp]x$"
:mode "\\.mustache$" :mode "\\.mustache$"
:mode "\\.tsx$" :mode "\\.tsx$"
:mode "\\.vue$"
:mode "wp-content/themes/.+/.+\\.php$" :mode "wp-content/themes/.+/.+\\.php$"
:config :config
(add-hook 'web-mode-hook #'turn-off-smartparens-mode) (add-hook 'web-mode-hook #'turn-off-smartparens-mode)