camdencheek / tree-sitter-dockerfile

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

Allow one-letter environment variables with ENV #13

Closed mjambon closed 2 years ago

mjambon commented 2 years ago

Fixes #11

The changes in the generated code are pleasantly small.

camdencheek commented 2 years ago

Resolved conflicts locally and merged in https://github.com/camdencheek/tree-sitter-dockerfile/commit/d34a0cebd094e830bdd2106a28cb2f1fb22401d8

Thanks for the fix!