aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorSteve Phillips <steve@tryingtobeawesome.com>2020-06-26 20:28:18 -0700
committerSteve Phillips <steve@tryingtobeawesome.com>2020-06-26 20:31:42 -0700
commitde27fc15b68a23a0cca1746593be37eb40e9553d (patch)
tree7c030e8c87b04ff614998ebc7a9f1549ed5a2225 /.gitattributes
parentMake zipcoll more generic. (diff)
Add .gitattributes: detect/syntax highlight .janet files as Clojure
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..c0b7fe0e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.janet linguist-language=Clojure