diff options
| author | 2020-06-26 20:28:18 -0700 | |
|---|---|---|
| committer | 2020-06-26 20:31:42 -0700 | |
| commit | de27fc15b68a23a0cca1746593be37eb40e9553d (patch) | |
| tree | 7c030e8c87b04ff614998ebc7a9f1549ed5a2225 /.gitattributes | |
| parent | Make zipcoll more generic. (diff) | |
Add .gitattributes: detect/syntax highlight .janet files as Clojure
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
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 |
