tree-sitter / tree-sitter-html

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

add macro to support namespace tags #16

Closed milahu closed 1 year ago

milahu commented 3 years ago

close #15

maxbrunsfeld commented 3 years ago

I don't think I want this repo to try to do both XML and HTML parsing. They are pretty different, since HTML has a specific set of tags that have custom syntactic behavior, whereas XML is much more fixed and simple in its syntax.