camdencheek / tree-sitter-dockerfile

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

Support quoted LABEL keys #39

Closed kmicklas closed 11 months ago

kmicklas commented 11 months ago

There are examples of this in the syntax reference: https://docs.docker.com/engine/reference/builder/#label

camdencheek commented 11 months ago

Nice, thanks for the contribution!