el-get/recipes/rhtml-mode.rcp

8 lines
304 B
Plaintext

(:name rhtml-mode
:description "Major mode for editing RHTML files"
:type git
:url "https://github.com/eschulte/rhtml.git"
:post-init (lambda ()
(autoload 'rhtml-mode "rhtml-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.html\.erb$" . rhtml-mode))))