From 92b68e70b87c4ca07975cc019b1ce425dd1c928d Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 20 Jun 2017 20:09:17 -0400 Subject: [PATCH] Add emacs web-mode extension (mustache) --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index deb36df..2387efc 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -238,6 +238,7 @@ they line up with the line containing the corresponding opening bracket." (add-to-list 'auto-mode-alist '("\\.scss\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.html\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode)) +(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode)) (setq web-mode-content-types-alist '(("jsx" . "\\.jsx?\\'")))