feat(web): add *.[lh]?eex support

This commit is contained in:
aswinmohanme 2021-09-15 18:20:03 +05:30 committed by Henrik Lissner
parent aed9d0b7e5
commit 25c7f347cb

View file

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