* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): highlight
regexp after open bracket. [ruby-core:34183] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dc06b7b715
commit
a262f71f37
@ -1,3 +1,8 @@
|
|||||||
|
Fri Jan 7 21:54:04 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): highlight
|
||||||
|
regexp after open bracket. [ruby-core:34183]
|
||||||
|
|
||||||
Fri Jan 7 00:37:35 2011 Tanaka Akira <akr@fsij.org>
|
Fri Jan 7 00:37:35 2011 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* string.c: parenthesize macro arguments.
|
* string.c: parenthesize macro arguments.
|
||||||
|
@ -1185,7 +1185,7 @@ balanced expression is found."
|
|||||||
;; ?' ?" ?` are ascii codes
|
;; ?' ?" ?` are ascii codes
|
||||||
("\\(^\\|[^\\\\]\\)\\(\\\\\\\\\\)*[?$]\\([#\"'`]\\)" 3 (1 . nil))
|
("\\(^\\|[^\\\\]\\)\\(\\\\\\\\\\)*[?$]\\([#\"'`]\\)" 3 (1 . nil))
|
||||||
;; regexps
|
;; regexps
|
||||||
("\\(^\\|[=(,~?:;<>]\\|\\(^\\|\\s \\)\\(if\\|elsif\\|unless\\|while\\|until\\|when\\|and\\|or\\|&&\\|||\\)\\|g?sub!?\\|scan\\|split!?\\)\\s *\\(/\\)[^/\n\\\\]*\\(\\\\.[^/\n\\\\]*\\)*\\(/\\)"
|
("\\(^\\|[[=(,~?:;<>]\\|\\(^\\|\\s \\)\\(if\\|elsif\\|unless\\|while\\|until\\|when\\|and\\|or\\|&&\\|||\\)\\|g?sub!?\\|scan\\|split!?\\)\\s *\\(/\\)[^/\n\\\\]*\\(\\\\.[^/\n\\\\]*\\)*\\(/\\)"
|
||||||
(4 (7 . ?/))
|
(4 (7 . ?/))
|
||||||
(6 (7 . ?/)))
|
(6 (7 . ?/)))
|
||||||
("^\\(=\\)begin\\(\\s \\|$\\)" 1 (7 . nil))
|
("^\\(=\\)begin\\(\\s \\|$\\)" 1 (7 . nil))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user