From de27fc15b68a23a0cca1746593be37eb40e9553d Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Fri, 26 Jun 2020 20:28:18 -0700 Subject: [PATCH] Add .gitattributes: detect/syntax highlight .janet files as Clojure --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..c0b7fe0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.janet linguist-language=Clojure