We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AS
consider a multistage dockerfile:
FROM foo AS bar RUN echo "hello from bar" FROM baz COPY --from=bar / /
i expect AS to be same color as RUN
RUN
The text was updated successfully, but these errors were encountered:
Try Dockerfile (with Bash) syntax?
Dockerfile (with Bash)
Sorry, something went wrong.
it's used by linguist to highlight syntax on github https://github.com/github/linguist/blob/master/.gitmodules#L34 how we should change that to highlight all supported keywords alike? (FROM, AS, RUN, COPY ...)
Oh the TM file. https://github.com/asbjornenge/Docker.tmbundle/blob/master/Syntaxes/Dockerfile.tmLanguage we have to update this file. I only maintain the sublime version. Someone has to send a pr to modify the TM language.
No branches or pull requests
consider a multistage dockerfile:
i expect
AS
to be same color asRUN
The text was updated successfully, but these errors were encountered: