Navigation Menu

Skip to content

Commit

Permalink
link the rubyLoop syntax group to the Repeat highlight group
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Feb 23, 2007
1 parent 7a429a5 commit e5bbf8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,6 +1,12 @@
2007-02-23 Doug Kearns <dougkearns@gmail.com>

* syntax/ruby.vim: link the rubyLoop syntax group to the Repeat
highlight group

2007-02-22 Tim Pope <vim@tpope.info>

* indent/eruby.vim: Fixed an edge case.

* syntax/ruby.vim: Simpler method and class declaration highlighting.
Changed some contains=ALLBUT,... to contains=TOP. Altered some
highlight links: rubyConstant is now Type; rubySymbol is now Constant.
Expand Down
2 changes: 1 addition & 1 deletion syntax/ruby.vim
Expand Up @@ -257,7 +257,7 @@ if version >= 508 || !exists("did_ruby_syntax_inits")
HiLink rubyDefine Define
HiLink rubyFunction Function
HiLink rubyConditional Conditional
HiLink rubyLoop Loop
HiLink rubyLoop Repeat
HiLink rubyControl Statement
HiLink rubyInclude Include
HiLink rubyInteger Number
Expand Down

0 comments on commit e5bbf8e

Please sign in to comment.