davidwessman / syntax_tree-erb

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

Allow html attribute to start with @:# #17

Closed davidwessman closed 1 year ago

davidwessman commented 1 year ago

In Vue we often use

<button-component>
  <template #button-content>
    Hello
  </template>
</button-component>