From 2bc5c4302229a558daa1c1892a2c41dd2d0cb73b Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Thu, 27 Oct 2016 08:54:05 +0200 Subject: [PATCH] Make GitHub detect lisp files as Scheme. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a19ca9d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.lsp linguist-language=Scheme +flisp.boot linguist-language=Scheme