diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 17:26:30 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-23 17:26:30 +0200 |
commit | bc3b36088e468a50d0cc515544b8138e622c27b3 (patch) | |
tree | b2823c472e2a2d5e7d049591881efb29df164d86 /syntax/ruby.vim | |
parent | 5d0150e326cf29936c832eb3b7ca846299f597b6 (diff) | |
download | vim-polyglot-bc3b36088e468a50d0cc515544b8138e622c27b3.tar.gz vim-polyglot-bc3b36088e468a50d0cc515544b8138e622c27b3.zip |
Update
Diffstat (limited to 'syntax/ruby.vim')
-rw-r--r-- | syntax/ruby.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ruby.vim b/syntax/ruby.vim index 0a38ad8e..ec10fbbb 100644 --- a/syntax/ruby.vim +++ b/syntax/ruby.vim @@ -67,7 +67,7 @@ endfunction com! -nargs=* SynFold call s:run_syntax_fold(<q-args>) " Not-Top Cluster {{{1 -syn cluster rubyNotTop contains=@rubyCommentNotTop,@rubyStringNotTop,@rubyRegexpSpecial,@rubyDeclaration,@rubyExceptionHandler,@rubyClassOperator,rubyConditional,rubyModuleName,rubyClassName,rubySymbolDelimiter,rubyParentheses +syn cluster rubyNotTop contains=@rubyCommentNotTop,@rubyStringNotTop,@rubyRegexpSpecial,@rubyDeclaration,@rubyExceptionHandler,@rubyClassOperator,rubyConditional,rubyModuleName,rubyClassName,rubySymbolDelimiter,rubyParentheses,@Spell " Whitespace Errors {{{1 if exists("ruby_space_errors") |