1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Emacs] Add support for comments.

This commit is contained in:
Nathan Weizenbaum 2008-12-11 15:13:24 -08:00
parent 47c52850f8
commit 0f39b4f25a

View file

@ -149,6 +149,7 @@ text nested beneath them.")
(set (make-local-variable 'indent-line-function) 'haml-indent-line)
(set (make-local-variable 'indent-region-function) 'haml-indent-region)
(set (make-local-variable 'parse-sexp-lookup-properties) t)
(setq comment-start "-#")
(setq indent-tabs-mode nil)
(setq font-lock-defaults '((haml-font-lock-keywords) nil t)))