emacs: setting the html-mode for templates
This commit is contained in:
parent
bbb669db5a
commit
079cbacdd9
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
||||||
|
|
||||||
;; JSON
|
;; JSON
|
||||||
(setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist))
|
(setq auto-mode-alist (cons '("\.json$" . js-mode) auto-mode-alist))
|
||||||
|
|
||||||
|
;; HTML
|
||||||
|
(setq auto-mode-alist (cons '("\.template$" . html-mode) auto-mode-alist))
|
||||||
|
(setq auto-mode-alist (cons '("\.tpl$" . html-mode) auto-mode-alist))
|
||||||
|
|
Loading…
Reference in a new issue