From 142e3de46edf208acb70bb40f953c9255955a452 Mon Sep 17 00:00:00 2001 From: Rohan Singh Date: Fri, 2 Jul 2021 10:22:31 -0400 Subject: [PATCH] Enable Starlark syntax highlighting on GitHub (#60) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..3cb2f2d369 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.star linguist-language=starlark