From 1f34e0adcfb54b45760d7570d4c270a939daa03b Mon Sep 17 00:00:00 2001 From: Dan Reif Date: Tue, 5 Jun 2018 13:50:18 -0700 Subject: Update (periodic rebuild) --- syntax/ruby.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syntax/ruby.vim') diff --git a/syntax/ruby.vim b/syntax/ruby.vim index e61e5f54..9f269980 100644 --- a/syntax/ruby.vim +++ b/syntax/ruby.vim @@ -310,7 +310,7 @@ endif " eRuby Config {{{1 if exists('main_syntax') && main_syntax == 'eruby' let b:ruby_no_expensive = 1 -end +endif " Module, Class, Method and Alias Declarations {{{1 syn match rubyAliasDeclaration "[^[:space:];#.()]\+" contained contains=rubySymbol,rubyGlobalVariable,rubyPredefinedVariable nextgroup=rubyAliasDeclaration2 skipwhite -- cgit v1.2.3