; Shell fragments in RUN, CMD and ENTRYPOINT are shell script. Nova's built-in ; shell syntax picks them up when it is available; when it is not, the fragment ; is simply left unhighlighted. ((shell_fragment) @injection.content (#set! injection.language "shell") (#set! injection.combined)) ((heredoc_block) @injection.content (#set! injection.language "shell") (#set! injection.combined))