Skip to content
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

Add highlighting for Dockerfile #263

Open
candrews opened this issue Aug 28, 2023 · 0 comments
Open

Add highlighting for Dockerfile #263

candrews opened this issue Aug 28, 2023 · 0 comments

Comments

@candrews
Copy link
Contributor

Is your feature request related to a problem? Please describe

It would be great to support Dockerfile syntax highlighting.

Describe the solution you'd like

[GitHub supports Dockerfile syntax highlighting](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks] so it's a great way to see what I think this Wordpress plugin should also do:

# syntax=docker/dockerfile:1

FROM ubuntu:22.04
COPY . /app
RUN make /app
CMD python /app/app.py

Describe alternatives you've considered

Additional context

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant