added mustache-mode with handlebars support

This commit is contained in:
Giovanni Intini 2011-08-17 09:44:24 +02:00
parent 879d9d89d3
commit a8eaf5b6e5

7
recipes/mustache-mode.el Normal file
View File

@ -0,0 +1,7 @@
(:name mustache-mode
:features mustache-mode
:type git
:url "https://github.com/mustache/emacs.git"
:post-init (lambda ()
(add-to-list 'auto-mode-alist '("\\.hs$" . mustache-mode))
(add-to-list 'auto-mode-alist '("\\.handlebars$" . mustache-mode))))