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:
parent
a9072e9673
commit
211ef8c93c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
|
||||
:mode "\\.erb\\'"
|
||||
:mode "\\.l?eex\\'"
|
||||
:mode "\\.sface\\'"
|
||||
:mode "\\.jsp\\'"
|
||||
:mode "\\.as[cp]x\\'"
|
||||
:mode "\\.hbs\\'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue