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!
This commit is contained in:
Dave Lucia 2021-04-21 15:53:34 -04:00 committed by GitHub
parent a9072e9673
commit 211ef8c93c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'" :mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
:mode "\\.erb\\'" :mode "\\.erb\\'"
:mode "\\.l?eex\\'" :mode "\\.l?eex\\'"
:mode "\\.sface\\'"
:mode "\\.jsp\\'" :mode "\\.jsp\\'"
:mode "\\.as[cp]x\\'" :mode "\\.as[cp]x\\'"
:mode "\\.hbs\\'" :mode "\\.hbs\\'"