From a4a0772ad61919600ef525a551fa12772f38e9df Mon Sep 17 00:00:00 2001 From: Glenn Slotte Date: Sat, 10 Jun 2023 23:37:50 +0200 Subject: [PATCH] chore: add linguist hints for rescript --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6c0db7d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Tell github that .res and .resi files are ReScript +*.res linguist-language=ReScript +*.resi linguist-language=ReScript