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
commit ecd4ce1ae5
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 "\\.hbs\\'" :mode "\\.hbs\\'"
:mode "\\.mustache\\'" :mode "\\.mustache\\'"
:mode "\\.svelte\\'"
:mode "\\.tsx\\'" :mode "\\.tsx\\'"
:mode "\\.vue\\'" :mode "\\.vue\\'"
:mode "\\.twig\\'" :mode "\\.twig\\'"