-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
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
Dockerfile syntax highlighting for escaped quotes is not quite right #75
Comments
I wonder if this issue should really belong in Microsoft/vscode or moby/moby instead. The syntax highlighting is provided by the |
@PrashanthCorp so any chances to get this fixed here or we need to log an issue in https://github.com/Microsoft/vscode? |
@Leon99 Could you please provide an example of your Dockerfile that has proper syntax highlighting in Visual Studio Code but doesn't when the |
@rcjsuen I can't, I never said that was the case. It worked fine in VS2019, not in VSCode. |
You're right, I misread your comment. You were talking about Visual Studio 2019 and not Visual Studio Code. My mistake and sorry for the confusion. Could you share a screenshot of how something looks in VS2019 and VSCode for comparison? Thanks! |
Since syntax highlighting is provided by VSCode with the tmLanguage file, I've created microsoft/vscode#82988 and will close this one as external to that one. |
Given the following dockerfile snippet...
The escaped quotes after
gecos
appear to throw off the syntax highlighting.The text was updated successfully, but these errors were encountered: