From 70bd853fd417df1d5d84a0e3303e1d92e6041c19 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Sun, 5 Apr 2020 20:22:11 +0530 Subject: [PATCH] Added .sol Syntax Highlighting --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..002be8a5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Solidity syntax highlighting +*.sol linguist-language=Solidity