Use web-mode in Django templates
This commit is contained in:
parent
5f2a02c628
commit
0c123b0c74
@ -804,6 +804,8 @@
|
|||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
:mode "\\.html?\\'"
|
:mode "\\.html?\\'"
|
||||||
:mode "\\.vue?\\'"
|
:mode "\\.vue?\\'"
|
||||||
|
:mode "\\.dtl?\\'"
|
||||||
|
:mode "\\.djhtml?\\'"
|
||||||
:bind (:map web-mode-map
|
:bind (:map web-mode-map
|
||||||
("M-<return>" . web-mode-comment-indent-new-line))
|
("M-<return>" . web-mode-comment-indent-new-line))
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user