aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-01-19 12:11:54 -0500
committerCalvin Rose <calsrose@gmail.com>2019-01-19 12:11:54 -0500
commit4a6fcb5e2356649612b2a2021b951e56b3fca896 (patch)
treef252c56ecc722d4555ebbbb4b6e266b961cece95 /.gitattributes
parentMake match macro prettier. (diff)
Address issue #21
Add some github highlighting to janet files (clojure is pretty close)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..3759b29d
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Use an approximate language for syntax highlighting (clojure is pretty close)
+*.janet linguist-language=clojure