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:
parent
258657229e
commit
1400a0b884
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
"\\)")
|
||||
|
|
Loading…
Add table
Reference in a new issue