Merge pull request #4905 from davydog187/patch-1

Syntax highlight .sface files as html
This commit is contained in:
Henrik Lissner
2021-07-24 18:32:43 -04:00
committed by GitHub

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 "\\.ejs\\'" :mode "\\.ejs\\'"