From de346d36b08c9d47ca823fb5e7c2209888d50122 Mon Sep 17 00:00:00 2001 From: Robbie McMichael <2044464+robbiemcmichael@users.noreply.github.com> Date: Tue, 7 May 2019 23:28:51 +1000 Subject: [PATCH] Set syntax highlighting for Dhall files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..dff4985c9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.dhall linguist-language=Haskell