From 211ef8c93c6e02aa6d39e19d32e883c7f024a331 Mon Sep 17 00:00:00 2001 From: Dave Lucia Date: Wed, 21 Apr 2021 15:53:34 -0400 Subject: [PATCH] Syntax highlight .sface files as html [Phoenix.LiveView](https://hexdocs.pm/phoenix_live_view) has a project called [Surface](https://surface-ui.org/) that adds a `.sface` extension to files. These should be syntax highlighted as html. First PR! --- 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 8188d0c12..9527b2cdd 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -5,6 +5,7 @@ :mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'" :mode "\\.erb\\'" :mode "\\.l?eex\\'" + :mode "\\.sface\\'" :mode "\\.jsp\\'" :mode "\\.as[cp]x\\'" :mode "\\.hbs\\'"