From 1a37da0c0d86b52693360a7e79eae866bdbbada6 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 15 Aug 2023 20:55:44 +0530 Subject: [PATCH] chore: include gitmodules --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..612f698 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ad-hoc syntax highlighting & indexing for luau +*.luau linguist-language=Lua +*.*.luau linguist-language=Lua