summaryrefslogtreecommitdiffstats
path: root/syntax/ruby.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-23 17:26:30 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-23 17:26:30 +0200
commitbc3b36088e468a50d0cc515544b8138e622c27b3 (patch)
treeb2823c472e2a2d5e7d049591881efb29df164d86 /syntax/ruby.vim
parent5d0150e326cf29936c832eb3b7ca846299f597b6 (diff)
downloadvim-polyglot-bc3b36088e468a50d0cc515544b8138e622c27b3.tar.gz
vim-polyglot-bc3b36088e468a50d0cc515544b8138e622c27b3.zip
Update
Diffstat (limited to 'syntax/ruby.vim')
-rw-r--r--syntax/ruby.vim2
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")