File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ syn region rubyRegexpParens matchgroup=rubyRegexpSpecial start="(\(?:\|?<\=[=!
6464syn region rubyRegexpBrackets matchgroup =rubyRegexpCharClass start =" \[\^\= " skip =" \\\] " end =" \] " contained transparent contains =rubyStringEscape,rubyRegexpEscape,rubyRegexpCharClass oneline
6565syn match rubyRegexpCharClass " \\ [DdHhSsWw]" contained display
6666syn match rubyRegexpCharClass " \[ :\^\=\% (alnum\| alpha\| ascii\| blank\| cntrl\| digit\| graph\| lower\| print\| punct\| space\| upper\| xdigit\) :\] " contained
67- syn match rubyRegexpEscape " \\ [].*?+^$|\\ /(){}[]" contained display
67+ syn match rubyRegexpEscape " \\ [].*?+^$|\\ /(){}[]" contained
6868syn match rubyRegexpQuantifier " [*?+][?+]\= " contained display
6969syn match rubyRegexpQuantifier " {\d\+\% (,\d *\)\= }?\= " contained display
7070syn match rubyRegexpAnchor " [$^]\|\\ [ABbGZz]" contained display
You can’t perform that action at this time.
0 commit comments