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