From 5f1223fbc5285689db812236c9100329740a805b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Jul 2014 13:03:49 +0200 Subject: Major update --- syntax/ruby.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'syntax/ruby.vim') diff --git a/syntax/ruby.vim b/syntax/ruby.vim index 3ad8dca3..7d46a55b 100644 --- a/syntax/ruby.vim +++ b/syntax/ruby.vim @@ -103,6 +103,8 @@ syn match rubySymbol "[]})\"':]\@\%(\s*(\)*\s*(\@=" + syn match rubyBlockParameter "\%(\h\|[^\x00-\x7F]\)\%(\w\|[^\x00-\x7F]\)*" contained syn region rubyBlockParameterList start="\%(\%(\\|{\)\s*\)\@<=|" end="|" oneline display contains=rubyBlockParameter @@ -336,6 +338,7 @@ hi def link rubyAccess Statement hi def link rubyAttribute Statement hi def link rubyEval Statement hi def link rubyPseudoVariable Constant +hi def link rubyCapitalizedMethod rubyLocalVariableOrMethod hi def link rubyComment Comment hi def link rubyData Comment -- cgit v1.2.3