camdencheek / tree-sitter-dockerfile

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

Allow ENV keys of just one character #11

Closed mjambon closed 2 years ago

mjambon commented 2 years ago

This is a simple fix to be made here: https://github.com/camdencheek/tree-sitter-dockerfile/blob/28ac8596bab00b2dac9a76deaa9c4cb2b22642fd/grammar.js#L195-L196

camdencheek commented 2 years ago

Fixed by #13