tree-sitter-dockerfile
tree-sitter-dockerfile copied to clipboard
Add support for quoted USER argument
The following is supported by docker by the current tree-sitter-dockerfile implementation only supports unquoted strings:
FROM busybox
USER "nobody:nobody"