language-docker icon indicating copy to clipboard operation
language-docker copied to clipboard

Docker syntax highlighting for Atom

Results 7 language-docker issues
Sort by recently updated
recently updated
newest added

Added new file type for other OCI builders such as [podman](https://podman.io) and [buildah](https://buildah.io) It has no need to add new syntax as the `Containerfile` and `Dockerfile` specs follow the same...

Working on a ROS project, I needed to set an environment variable to `'${message}'` including quotation and not expanding ${message} as an environment variable. I had to escape both $...

I have installed the `file-types` package in Atom and changed as suggested the `config.cson` file but my `Dockerfile.ci` is not highlighted. As I noticed the `^` at the very beginning...

I think it would make for some beautiful Dockerfiles. Also I have forgotten an && or a \ at the end of a line only to have a 20 min...

I'll dive into the code to see if I can help here, but I'd love to see a larger file selection for this add-on. Current work around, rename file to...