diff options
| author | 2019-01-19 12:11:54 -0500 | |
|---|---|---|
| committer | 2019-01-19 12:11:54 -0500 | |
| commit | 4a6fcb5e2356649612b2a2021b951e56b3fca896 (patch) | |
| tree | f252c56ecc722d4555ebbbb4b6e266b961cece95 /.gitattributes | |
| parent | Make 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-- | .gitattributes | 2 |
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 |
