Add .svelte to web-mode

With the merge of https://github.com/fxbois/web-mode/pull/1074, web-mode now supports Svelte templates. This change activates web mode when opening a `.svelte` file.
This commit is contained in:
Evan Lecklider 2019-09-20 13:50:43 -07:00 committed by GitHub
parent 8c3b73f3da
commit de43b499da
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\\'"