tree-sitter-dockerfile/corpus
Camden Cheek d34a0cebd0
allow one-letter environment variables
This fixes issue #11. Previously, we required environment variable names
to be one ASCII letter followed by one or more characters, but this
makes the following characters optional.
2022-01-27 11:20:14 -07:00
..
add.txt Support multiple files in ADD/COPY instructions 2022-01-26 14:41:32 -08: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 optional leading comment to shell_command 2022-01-23 12:37:35 -07:00
comment.txt comments must start at beginning of line 2021-06-20 11:47:14 -06:00
copy.txt Support multiple files in ADD/COPY instructions 2022-01-26 14:41:32 -08: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 allow one-letter environment variables 2022-01-27 11:20:14 -07:00
expose.txt Initial working 2021-05-09 20:11:30 -06:00
from.txt Prevent '--platform=xxx' after 'FROM' from being mistaken for the image name 2022-01-05 00:02:15 -08: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: allow empty value for env_pair 2022-01-12 22:43:34 +01: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