mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mark_end_proc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ebab487fcd
commit
2b49047143
4 changed files with 25 additions and 20 deletions
|
@ -663,7 +663,6 @@ An end of a defun is found by moving forward from the beginning of one."
|
|||
"return"
|
||||
"then"
|
||||
"throw"
|
||||
"self"
|
||||
"super"
|
||||
"unless"
|
||||
"undef"
|
||||
|
@ -675,8 +674,8 @@ An end of a defun is found by moving forward from the beginning of one."
|
|||
"\\)\\>[^_]")
|
||||
2)
|
||||
;; variables
|
||||
'("\\b\\(nil\\|self\\|true\\|false\\)\\b"
|
||||
1 font-lock-variable-name-face)
|
||||
'("\\(^\\|[^_:.@$]\\|\\.\\.\\)\\b\\(nil\\|self\\|true\\|false\\)\\b[^_]"
|
||||
2 font-lock-variable-name-face)
|
||||
;; variables
|
||||
'("[$@].\\(\\w\\|_\\)*"
|
||||
0 font-lock-variable-name-face)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue