branch: elpa/web-mode commit 61f057a6baeba6b3595e412ba79b3080dca17dcc Merge: e026712 950ac58 Author: fxbois <fxb...@gmail.com> Commit: fxbois <fxb...@gmail.com>
Merge branch 'master' of https://github.com/fxbois/web-mode --- web-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-mode.el b/web-mode.el index 64e4636..c55ccd0 100644 --- a/web-mode.el +++ b/web-mode.el @@ -970,7 +970,7 @@ Must be used in conjunction with web-mode-enable-block-face." ("ctemplate" . "\\.\\(chtml\\|mustache\\)\\'") ("django" . "\\.\\(djhtml\\|tmpl\\|dtl\\|liquid\\|j2\\|njk\\)\\'") ("dust" . "\\.dust\\'") - ("elixir" . "\\.l?eex\\'") + ("elixir" . "\\.[hl]?eex\\'") ("ejs" . "\\.ejs\\'") ("erb" . "\\.\\(erb\\|rhtml\\|erb\\.html\\)\\'") ("expressionengine" . "\\.ee\\'")