From a3f65883df0d9b4a56651457c5e5cb52cc1e604d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 23 Jul 2023 22:12:42 +0530 Subject: [PATCH] chore(gitattributes): syntax highlighting for PKGBUILDs and .justfile --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index cf332f3..dee139d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,6 @@ # Ensure all lua files use LF *.lua eol=lf *.luau eol=lf + +*.PKGBUILD linguist-language=shell +*.justfile linguist-language=makefile