tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
375 stars 45 forks source link

Port scanner.cc to C #85

Closed lewis6991 closed 1 year ago

lewis6991 commented 1 year ago

Resolves #84

lewis6991 commented 1 year ago

Ok, this is getting close, got a handful of failures on the markdown parser.

lewis6991 commented 1 year ago

All passing now.

MDeiml commented 1 year ago

Hm, CI is still getting some errors.

lewis6991 commented 1 year ago

The inline parser has some errors, but those errors where also on head so not sure what's going on. I'll look into it.

Can you adjust permissions so my changes trigger ci without approval?

MDeiml commented 1 year ago

LGTM, just needs updates to some config files so bindings don't break: https://github.com/MDeiml/tree-sitter-markdown/search?q=scanner.cc

(Sorry I didn't notice that earlier :sweat_smile:)

MDeiml commented 1 year ago

Great, thank you.

clason commented 1 year ago

New release? ;)