lang/web: compress web-mode :mode's into one
This commit is contained in:
parent
80532921bb
commit
3388fa028d
1 changed files with 1 additions and 12 deletions
|
@ -1,18 +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 "\\.\\(?:as\\(?:[cp]x\\)\\|blade\\.php\\|erb\\|hbs\\|j\\(?:inja\\|sp\\)\\|mustache\\|phtml?\\|svelte\\|t\\(?:pl\\.php\\|sx\\|wig\\)\\|vue\\)\\'"
|
||||||
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
|
|
||||||
:mode "\\.erb\\'"
|
|
||||||
:mode "\\.jsp\\'"
|
|
||||||
:mode "\\.as[cp]x\\'"
|
|
||||||
:mode "\\.hbs\\'"
|
|
||||||
:mode "\\.mustache\\'"
|
|
||||||
:mode "\\.svelte\\'"
|
|
||||||
:mode "\\.tsx\\'"
|
|
||||||
:mode "\\.vue\\'"
|
|
||||||
:mode "\\.twig\\'"
|
|
||||||
:mode "\\.jinja\\'"
|
|
||||||
: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