From 1383fe24f611af3a8f2e815b1ffe3082819205ef Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 16 Dec 2021 10:00:04 +0100 Subject: [PATCH] Set correct language for Dockerfile variants This enabled correct syntax highlighting for Dockerfile.rootless. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6ee47c85de669..05dde22cccb4a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ /.eslintrc linguist-language=YAML /.stylelintrc linguist-language=YAML /web_src/fomantic/build/** linguist-generated +Dockerfile.* linguist-language=Dockerfile