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

View File

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