From 3c33ba5462d66a4fc747d54c37aa9d92d9516a07 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 11 Nov 2020 13:07:36 +0200 Subject: [PATCH] Add Solidity syntax highlight. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52031de --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity