Merge pull request #2670 from yoavm448/xhtml

Associate xhtml files with web-mode
This commit is contained in:
Henrik Lissner 2020-03-08 22:36:02 -04:00 committed by GitHub
commit 31a92ad15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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