From ad5edd329f8f39892c05ca7ad8fffe566d1e5afb Mon Sep 17 00:00:00 2001 From: Matt Condon Date: Mon, 15 Jan 2018 16:24:09 -0500 Subject: [PATCH] feat: add solidity syntax highlighting directive, fixes #671 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..52031de51c4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity