From 077acef4d4e14ff85c3773fe1519dd7011bba4ea Mon Sep 17 00:00:00 2001 From: Yuriy Sydorov Date: Mon, 16 Aug 2021 16:32:00 +0300 Subject: [PATCH] * Instruct GitLab to use the Pascal syntax highlighter for .pp and .inc files. (cherry picked from commit bd814c58c35ea467ef4d2d648b78a7a7d7b08a9b) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8e948c534a..1354388697 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto !eol +*.pp gitlab-language=pascal +*.inc gitlab-language=pascal