In #32, the issuer complains about the shell words being highlighted in situations that aren't intended.
I've experienced this too and believe command highlighting could use improvement. For example, the following command would highlight both tar the command and "tar" in the filename archive.tar.gz when it should only highlight the former.
RUN tar xzf archive.tar.gz
In #32, the issuer complains about the shell words being highlighted in situations that aren't intended.
I've experienced this too and believe command highlighting could use improvement. For example, the following command would highlight both
tarthe command and "tar" in the filenamearchive.tar.gzwhen it should only highlight the former.