From 074a33546421ac3e638d1ffdd100c075e2862c78 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Tue, 3 May 2022 12:42:36 +0200 Subject: [PATCH] gitlab: highlight abuild.in as shell The syntax highlighting on gitlab for abuild.in is off, probably because it detected a different language. Lets help by explicitly specifying `gitlab-language` in gitattributes. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e227f8f..7ef1366 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.bats gitlab-language=shell +abuild.in gitlab-language=shell