From 95de04d933da8cf5d2ec9394f9593f5d0d936cde Mon Sep 17 00:00:00 2001 From: Roman Storm Date: Wed, 14 Mar 2018 00:42:37 -0700 Subject: [PATCH] Add solidity syntax highlighting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..52031de5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity