tree-sitter-dockerfile/corpus
Camden Cheek d812f3a7fc
comments must start at beginning of line
Previously, this grammar allowed comments to start partway through
lines, but per the Dockerfile spec, that is not valid.
2021-06-20 11:47:14 -06:00
..
add.txt Initial working 2021-05-09 20:11:30 -06:00
arg.txt Initial working 2021-05-09 20:11:30 -06:00
cmd.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
combo.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
comment.txt comments must start at beginning of line 2021-06-20 11:47:14 -06:00
copy.txt Initial working 2021-05-09 20:11:30 -06:00
cross_build.txt Add support for the CROSS_BUILD instruction set 2021-05-11 08:47:20 -06:00
entrypoint.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
env.txt Fix parsing short env vars 2021-05-11 08:19:44 -06:00
expose.txt Initial working 2021-05-09 20:11:30 -06:00
from.txt Fix image alias 2021-05-10 17:17:50 -06:00
healthcheck.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
label.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
maintainer.txt Allow square brackets after first character in shell fragment 2021-05-10 21:23:10 -06:00
onbuild.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
run.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
shell_instruction.txt Initial working 2021-05-09 20:11:30 -06:00
stopsignal.txt Initial working 2021-05-09 20:11:30 -06:00
user.txt Initial working 2021-05-09 20:11:30 -06:00
vars.txt Fix parsing short env vars 2021-05-11 08:19:44 -06:00
volume.txt Add support for shell fragments separated by comments 2021-05-10 18:55:28 -06:00
workdir.txt Initial working 2021-05-09 20:11:30 -06:00