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
commit 4a8825e91d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)