davidwessman / syntax_tree-erb

Syntax Tree support for ERB
MIT License
21 stars 3 forks source link

Handles ERB-tags with multiple statements #38

Closed davidwessman closed 1 year ago

davidwessman commented 1 year ago
<%
  a = 1
  b = 5
%>

this would be concatenated to one line before.