From e2b327932eca53fa4f9d759e776a370de7316ebd Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 5 Jun 2022 01:29:54 +0200 Subject: [PATCH] .gitattributes: register *.starlark with linguist [skip-ci] --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index f1f44ae..68ce06f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ -*.go diff=golang -*.md diff=markdown +*.go diff=golang +*.md diff=markdown +*.starlark linguist-language=Starlark