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