From 555b451d1846fad4fa05fe4de3ea65dae78e9fd8 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Mon, 18 Dec 2023 08:30:16 +0100 Subject: [PATCH] Add .gitattributes to get syntax highlighting for .resi on GitHub. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..291b722 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.res linguist-language=ReScript +*.resi linguist-language=ReScript