From e7bdb0bc5e943a4c7e2681a5affd5ba150a872f5 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 11 Nov 2020 13:18:25 +0200 Subject: [PATCH] Add Solidity syntax highlight. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 098ed05..6071fc0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ contracts/* linguist-language=Solidity test/* linguist-detectable=false tests/* linguist-detectable=false +*.sol linguist-language=Solidity