tree-sitter-dockerfile
tree-sitter-dockerfile copied to clipboard
Allow ENV values to have spaces and be multiline
The ENV "Alternative Syntax" mentioned in https://docs.docker.com/engine/reference/builder/#env allows values to have spaces and span multiple lines.
This is an example highlight before the grammar change:

Notice it breaks after the ENV line.
After the grammar change the highlight becomes:
