From ecbd8cbf60bace4bd276e18f7b8fa46223c13ab3 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 11 Nov 2020 10:46:51 +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