mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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\\'"
|
||||||
|
Reference in New Issue
Block a user