From 4e9e634280a482723ba0099aa83e550bb428eef8 Mon Sep 17 00:00:00 2001 From: Daniel Luca Date: Wed, 3 Jun 2020 12:04:52 +0300 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 00000000..7cc88f06 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity \ No newline at end of file