tree-sitter / tree-sitter-html

HTML grammar for Tree-sitter
MIT License
136 stars 72 forks source link

Escaped quote doesn't work in attributes #112

Open almahdi404 opened 4 weeks ago

almahdi404 commented 4 weeks ago

Both of these results error

<div class="hello\"world"></div>
<div class='hello\'world'></div>