diff --git a/.gitattributes b/.gitattributes index b1d6af36d..16151718a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Enable syntax highlighting for Solidity -*.sol linguist-language=Solidity \ No newline at end of file +*.sol linguist-language=Solidity +# Prevent Github highlighting comments in JSON files as errors +*.json linguist-language=JSON-with-Comments \ No newline at end of file