nvim-treesitter/tests/query/injections/dockerfile/bash-on-run-instructions.dockerfile

12 lines
105 B
Text
Raw Normal View History

FROM foo
RUN bar
2023-12-24 12:52:21 +01:00
# ^ @bash
FROM haha
# ^ @!bash
RUN \
baz
2023-12-24 12:52:21 +01:00
# ^ @bash
COPY apt apt
# ^ @!bash