tree-sitter / tree-sitter-html

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

release tree-sitter 0.21 compatible version #95

Closed HerringtonDarkholme closed 6 months ago

HerringtonDarkholme commented 7 months ago

Did you check the tree-sitter docs?

Is your feature request related to a problem? Please describe.

ast-grep is using a lot of tree-sitter grammars and is going to upgrading the tree-sitter parser library.

However, tree-sitter-html's dependency range is blocking the upgrade. I do think this will be a more ecosystem breaking change without all parsers upgrading at the same time.

e.g. https://github.com/ast-grep/ast-grep/issues/1057

Describe the solution you'd like

Release a new tree-sitter 0.21 compatible version

Describe alternatives you've considered

Make the dependency more compatible by relaxing the version range

Additional context

No response

amaanq commented 6 months ago

done

HerringtonDarkholme commented 6 months ago

thank you so much!