rhtml icon indicating copy to clipboard operation
rhtml copied to clipboard

Incorrect paren matching - the > in => is treated as a paren

Open ejheil opened this issue 12 years ago • 0 comments

Demo:


<%  foo( bar( :baz => 'quux') ) %>

The paren immediately after "quux" is matched to the paren immediately following "foo".

The paren immediately following "bar" is matched to the > in the =>.

ejheil avatar Sep 27 '12 15:09 ejheil