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

7 lines
51 B
Text
Raw Normal View History

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