diff options
| author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-12 16:33:01 +0100 | 
|---|---|---|
| committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-12 16:33:01 +0100 | 
| commit | 43085dc02f34d7d54208e6e20989d4779bffe71c (patch) | |
| tree | 0fac9c9ef3f489c5a73b71e7b4a8c5f1b1b91fdd /indent | |
| parent | 4d8423c962e2b4172de48992bcfec965478f928b (diff) | |
| download | vim-polyglot-43085dc02f34d7d54208e6e20989d4779bffe71c.tar.gz vim-polyglot-43085dc02f34d7d54208e6e20989d4779bffe71c.zip  | |
Update
Diffstat (limited to 'indent')
| -rw-r--r-- | indent/ruby.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/indent/ruby.vim b/indent/ruby.vim index 4639d507..0628a24b 100644 --- a/indent/ruby.vim +++ b/indent/ruby.vim @@ -66,6 +66,7 @@ let s:syng_strcom = s:syng_stringdoc + [        \ 'PercentStringDelimiter',        \ 'PercentSymbolDelimiter',        \ 'Regexp', +      \ 'RegexpCharClass',        \ 'RegexpDelimiter',        \ 'RegexpEscape',        \ 'StringDelimiter',  | 
