From 9b76ddde08b13b35c93942199de51c2eaa3ba9fa Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 11 Nov 2020 15:44:52 +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