Bug #528 » 0006--misc-ruby-mode.el-fix-a-variable-name-error.patch
| misc/ruby-mode.el | ||
|---|---|---|
|
(regexp-opt ruby-block-mid-keywords)
|
||
|
"Regexp to match where the indentation gets shallower in middle of block statements.")
|
||
|
(defconst ruby-block-ops
|
||
|
(defconst ruby-block-op-keywords
|
||
|
'("and" "or" "not")
|
||
|
"Block operators.")
|
||