camdencheek / tree-sitter-dockerfile

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

Parser does not support numerical uids/gids #16

Closed duckie closed 2 years ago

duckie commented 2 years ago

Hello there

USER root:root

Is fine but

USER 1004:1004

Breaks and make all subsequent parsing fail. It would be extra nice if an error here would not break the other lines parsing, as tree sitter is supposedly built for this.

camdencheek commented 2 years ago

Thank you for the report! It should be fixed by #17