From 103d20e657cda13ca80ff04c59f3d751df8943a2 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 2 Oct 2023 08:55:47 -0400 Subject: [PATCH] gitlab: Highlight .cl as C It is close enough, and a lot better than the defaults when gitlab doesn't recognize the file format as currently happens for .cl Signed-off-by: Alyssa Rosenzweig Reviewed-by: Konstantin Seurer Reviewed-by: Karol Herbst Reviewed-by: Faith Ekstrand Part-of: --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c0386978fad..497cb563f54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ *.png binary *.gif binary *.ico binary +*.cl gitlab-language=c