-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
Here is an example Dockerfile:
$ cat Dockerfile
FROM debian
RUN echo "Hello World"
CMD ["/bin/bash"]
$ git diff | cat
diff --git a/Dockerfile b/Dockerfile
index 909c906..d43d53c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,2 +1,4 @@
FROM debian
RUN echo "Hello World"
+
+CMD ["/bin/bash"]
However, here is a screenshot of the delta output:
bat
does have support for Dockerfile coloring:
Any other information I can provide? Other files are colored fine. Except that I notice a Makefile seems to lose colors after the hunk, maybe it is related to files without extensions?
Metadata
Metadata
Assignees
Labels
No labels