From b7d2329c256d325e1ab59c36eb7c0cc6b6e1539e Mon Sep 17 00:00:00 2001 From: Barocena <34089907+Barocena@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:47:27 +0300 Subject: [PATCH] set linguist language for lua files to luau --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..ba715681f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.lua linguist-language=Luau \ No newline at end of file