From 6d79e7ece799722e7ac4ec750873a394a66faa86 Mon Sep 17 00:00:00 2001 From: Mitch Weaver Date: Tue, 7 Apr 2020 20:42:13 -0500 Subject: [PATCH] add linguist syntax highlighting for /src in web interface --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 99a4e47b..c7552c25 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ ports/*/*/*.pkgfile linguist-language=shell +src/* linguist-language=shell