camdencheek / tree-sitter-dockerfile

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

allow numeric users and groups #17

Closed camdencheek closed 2 years ago

camdencheek commented 2 years ago

Previously, users and groups were set to only allow alphabetical first characters.

Fixes https://github.com/camdencheek/tree-sitter-dockerfile/issues/16