tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
151 stars 36 forks source link

Regenerate and remove utf-8 chars #117

Closed amaanq closed 6 months ago

amaanq commented 6 months ago

@tek @kazatsuyu the utf8 stuff in parser.c should not be there ideally, I fixed this a while ago upstream but you need to regenerate with a newer version of the cli to see the difference and have no more utf-8 characters. I've done that now with ts on master and reverted the utf8 stuff as a result. This is just a heads up :grin:

tek commented 6 months ago

oh, alright

kazatsuyu commented 6 months ago

Thank you for notifying it