From 7fc3035777acff0e7c0c359acb5ce76ab1a32512 Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 18 Jun 2020 14:36:36 -0600 Subject: [PATCH] Use web-mode for .tmpl (template) files --- lisp/web.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/web.el b/lisp/web.el index 01c04cd..12aaa9c 100644 --- a/lisp/web.el +++ b/lisp/web.el @@ -9,6 +9,7 @@ "\\.jsx\\'" "\\.mustache\\'" "\\.phtml\\'" + "\\.tmpl\\'" "\\.tpl\\.php\\'" "\\.ts\\'" "\\.tsx\\'" -- 2.38.4