Skip to content

Commit e5bbf8e

Browse files
committed
link the rubyLoop syntax group to the Repeat highlight group
1 parent 7a429a5 commit e5bbf8e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
2007-02-23 Doug Kearns <dougkearns@gmail.com>
2+
3+
* syntax/ruby.vim: link the rubyLoop syntax group to the Repeat
4+
highlight group
5+
16
2007-02-22 Tim Pope <vim@tpope.info>
27

38
* indent/eruby.vim: Fixed an edge case.
9+
410
* syntax/ruby.vim: Simpler method and class declaration highlighting.
511
Changed some contains=ALLBUT,... to contains=TOP. Altered some
612
highlight links: rubyConstant is now Type; rubySymbol is now Constant.

syntax/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if version >= 508 || !exists("did_ruby_syntax_inits")
257257
HiLink rubyDefine Define
258258
HiLink rubyFunction Function
259259
HiLink rubyConditional Conditional
260-
HiLink rubyLoop Loop
260+
HiLink rubyLoop Repeat
261261
HiLink rubyControl Statement
262262
HiLink rubyInclude Include
263263
HiLink rubyInteger Number

0 commit comments

Comments
 (0)