From de43b499da52dcefb1d361606f9d6da7230c105d Mon Sep 17 00:00:00 2001 From: Evan Lecklider Date: Fri, 20 Sep 2019 13:50:43 -0700 Subject: [PATCH] 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. --- modules/lang/web/+html.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index 724dc8369..59c94c21b 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -8,6 +8,7 @@ :mode "\\.as[cp]x\\'" :mode "\\.hbs\\'" :mode "\\.mustache\\'" + :mode "\\.svelte\\'" :mode "\\.tsx\\'" :mode "\\.vue\\'" :mode "\\.twig\\'"