Merge pull request #1805 from evanleck/patch-1

Add .svelte to web-mode
This commit is contained in:
Henrik Lissner
2019-09-20 17:03:45 -04:00
committed by GitHub

View File

@ -8,6 +8,7 @@
:mode "\\.as[cp]x\\'" :mode "\\.as[cp]x\\'"
:mode "\\.hbs\\'" :mode "\\.hbs\\'"
:mode "\\.mustache\\'" :mode "\\.mustache\\'"
:mode "\\.svelte\\'"
:mode "\\.tsx\\'" :mode "\\.tsx\\'"
:mode "\\.vue\\'" :mode "\\.vue\\'"
:mode "\\.twig\\'" :mode "\\.twig\\'"