+12

ruby "explicit parens" matching

Roberto Esposito vor 12 Jahren 0
I could not find any way to match ruby "explicit" parens (i.e., do end).
Ideally this should support matching "do end", "def end", "class end", etc., and work exactly as it brace matching works.