tree-sitter-dockerfile/test/corpus/shell_instruction.txt
tvrinssen 1bf9daef46
Support heredocs (#45)
This adds support for heredocs in Dockerfiles. This required adding an external scanner to store the required state.

Co-authored-by: Camden Cheek <camden@ccheek.com>
2024-04-19 14:08:28 -06:00

15 lines
176 B
Plaintext

==================
Simple
==================
SHELL ["powershell","-command"]
---
(source_file
(shell_instruction
(json_string_array
(json_string)
(json_string))))