davidwessman / syntax_tree-erb

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

Handles ERB-tag inside HTML tags #64

Closed davidwessman closed 1 year ago

davidwessman commented 1 year ago
<div <%= "class='foo'" %>>
  <p>hello</p>
</div>