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

[Emacs] Add ~ some places where it should already have been.

This commit is contained in:
Nathan Weizenbaum 2009-03-17 01:48:10 -07:00
parent 258657229e
commit 1400a0b884

View file

@ -63,8 +63,8 @@ a specific level to which the current line could be indented.")
(defvar haml-block-openers
`("^ *\\([%\\.#][a-z_:\\-]*\\)+\\({.*}\\)?\\(\\[.*\\]\\)?[><]*[ \t]*$"
"^ *[&!]?[-=].*do[ \t]*\\(|.*|[ \t]*\\)?$"
,(concat "^ *[&!][-=][ \t]*\\("
"^ *[&!]?[-=~].*do[ \t]*\\(|.*|[ \t]*\\)?$"
,(concat "^ *[&!][-=~][ \t]*\\("
(regexp-opt '("if" "unless" "while" "until" "else"
"begin" "elsif" "rescue" "ensure" "when"))
"\\)")