lang/web: fix *.html? association with web-mode
This commit is contained in:
parent
8db3b7dca7
commit
110ce6f150
1 changed files with 1 additions and 1 deletions
|
@ -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 "\\.\\(?:as\\(?:[cp]x\\)\\|blade\\.php\\|erb\\|hbs\\|j\\(?:inja\\|sp\\)\\|mustache\\|phtml?\\|svelte\\|t\\(?:pl\\.php\\|sx\\|wig\\)\\|vue\\)\\'"
|
:mode "\\.\\(?:as\\(?:[cp]x\\)\\|blade\\.php\\|erb\\|hbs\\|j\\(?:inja\\|sp\\)\\|mustache\\|p?html?\\|svelte\\|t\\(?:pl\\.php\\|sx\\|wig\\)\\|vue\\)\\'"
|
||||||
:mode "wp-content/themes/.+/.+\\.php\\'"
|
:mode "wp-content/themes/.+/.+\\.php\\'"
|
||||||
:mode "templates/.+\\.php\\'"
|
:mode "templates/.+\\.php\\'"
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue