camdencheek / tree-sitter-dockerfile

A tree-sitter grammar for Dockerfile
MIT License
71 stars 20 forks source link

chore: regenerate on master #40

Closed amaanq closed 11 months ago

amaanq commented 11 months ago

Latest change w/ generate didn't include changes to grammar.json and seems to be missing the ts_primary_state_ids table which was added quite some time ago, I used master anyways for some minor improvements on master currently

camdencheek commented 11 months ago

Hi @amaanq! Thanks for the PR. I ended up bumping the version of tree-sitter-cli and regenerating, which I think makes this PR obsolete. (also working on adding generate checks to CI so I don't accidentally merge ungenerated code).