You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was noticed that Github gives files named like Dockerfile.* no syntax highlighting; however, this appears to be a fairly common naming convention for Dockerfiles and is also referenced in the Docker documentation (https://docs.docker.com/engine/reference/commandline/build/#specify-a-dockerfile--f). My impression is that this is the project that provides Github with its Dockerfile syntax highlighting, but please correct me if I'm wrong. The VS Code Docker syntax highlighter had a similar feature request some time ago where they decided to recognize Dockerfile.*: microsoft/vscode-docker#1907. Could we get that same filename convention matching support here as well?
Thanks!
The text was updated successfully, but these errors were encountered:
It was noticed that Github gives files named like
Dockerfile.*
no syntax highlighting; however, this appears to be a fairly common naming convention for Dockerfiles and is also referenced in the Docker documentation (https://docs.docker.com/engine/reference/commandline/build/#specify-a-dockerfile--f). My impression is that this is the project that provides Github with its Dockerfile syntax highlighting, but please correct me if I'm wrong. The VS Code Docker syntax highlighter had a similar feature request some time ago where they decided to recognizeDockerfile.*
: microsoft/vscode-docker#1907. Could we get that same filename convention matching support here as well?Thanks!
The text was updated successfully, but these errors were encountered: