Associate xhtml files with web-mode

This commit is contained in:
yoavm448 2020-03-05 13:10:01 +02:00
parent ed2fb68362
commit 6bd7eb8639

View file

@ -1,7 +1,7 @@
;;; lang/web/+html.el -*- lexical-binding: t; -*- ;;; lang/web/+html.el -*- lexical-binding: t; -*-
(use-package! web-mode (use-package! web-mode
:mode "\\.p?html?\\'" :mode "\\.[px]?html?\\'"
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'" :mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
:mode "\\.erb\\'" :mode "\\.erb\\'"
:mode "\\.eex\\'" :mode "\\.eex\\'"