mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add twig files
Twig files already work nice with web-mode. So detecting them here.
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
:mode "\\.mustache$"
|
:mode "\\.mustache$"
|
||||||
:mode "\\.tsx$"
|
:mode "\\.tsx$"
|
||||||
:mode "\\.vue$"
|
:mode "\\.vue$"
|
||||||
|
:mode "\\.twig$"
|
||||||
:mode "wp-content/themes/.+/.+\\.php$"
|
:mode "wp-content/themes/.+/.+\\.php$"
|
||||||
:mode "templates/.+\\.php$"
|
:mode "templates/.+\\.php$"
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user