Skip to content

Commit

Permalink
mustache-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nixme committed Dec 12, 2011
1 parent b65136f commit bc42ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,7 @@
;; sh-mode for .zsh files
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . sh-mode))

;; mustache-mode for Handlebars .hbs files
(add-to-list 'auto-mode-alist '("\\.hbs\\'" . mustache-mode))

(provide 'init-misc)
1 change: 1 addition & 0 deletions init-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
coffee-mode
rainbow-mode
markdown-mode
mustache-mode

;; ruby, rails, etc.
ruby-mode
Expand Down

0 comments on commit bc42ee7

Please sign in to comment.