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:
parent
47c52850f8
commit
0f39b4f25a
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ text nested beneath them.")
|
||||||
(set (make-local-variable 'indent-line-function) 'haml-indent-line)
|
(set (make-local-variable 'indent-line-function) 'haml-indent-line)
|
||||||
(set (make-local-variable 'indent-region-function) 'haml-indent-region)
|
(set (make-local-variable 'indent-region-function) 'haml-indent-region)
|
||||||
(set (make-local-variable 'parse-sexp-lookup-properties) t)
|
(set (make-local-variable 'parse-sexp-lookup-properties) t)
|
||||||
|
(setq comment-start "-#")
|
||||||
(setq indent-tabs-mode nil)
|
(setq indent-tabs-mode nil)
|
||||||
(setq font-lock-defaults '((haml-font-lock-keywords) nil t)))
|
(setq font-lock-defaults '((haml-font-lock-keywords) nil t)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue