From 3091c06bce3d960b19d296226f82ae78f2918f41 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 11 Nov 2020 09:58:21 +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