[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
1 changed files with 2 additions and 2 deletions

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"))
"\\)")