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
It would be nice (if possible) to highlight the text associated with a Dockerfile's ENV and ARG references in a different color.
The text was updated successfully, but these errors were encountered:
Interestingly enough, if you select the dockerfile language on the Monaco Editor website, the ENV variables are indeed getting highlighted. So the Monaco Dockerfile grammar definition is arguably a little bit better than the TextMate Dockerfile grammar definition.
dockerfile
ENV
Sorry, something went wrong.
Closing for now due to lack of interest. If anybody thinks this would be very important to them, please let us know! Thanks.
If semantic highlighting gets added to the LSP I may be able to help with this. See microsoft/language-server-protocol#513.
No branches or pull requests
It would be nice (if possible) to highlight the text associated with a Dockerfile's ENV and ARG references in a different color.
The text was updated successfully, but these errors were encountered: