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:
parent
8c3b73f3da
commit
de43b499da
1 changed files with 1 additions and 0 deletions
|
@ -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\\'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue