mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
7 lines
49 B
Text
7 lines
49 B
Text
|
|
FROM foo
|
||
|
|
RUN bar
|
||
|
|
# ^ bash
|
||
|
|
RUN \
|
||
|
|
baz
|
||
|
|
# ^ bash
|