Emacs: Open .shtml in web-mode.
This commit is contained in:
parent
cd80739e8f
commit
f5814c6d35
|
@ -1,6 +1,6 @@
|
|||
;;; web.el --- Settings for web stuff. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-12-31T03:19:03+0100>
|
||||
;; Time-stamp: <2020-02-05T19:35:38+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
|||
(web-mode-markup-indent-offset 2) ; Default indentation level.
|
||||
|
||||
:mode
|
||||
("\\.p?html?$" . web-mode)
|
||||
("\\.[ps]?html?$" . web-mode)
|
||||
("\\.tmpl$" . web-mode) ; Gitea templates.
|
||||
("\\.php$" . web-mode)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user