We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add a .gitattributes file in your repository, and add:
.gitattributes
*.sol linguist-language=Solidity
As of 12/27/2018 09:54 CST, the language highlighting will not work if there is a ^ present with the Solidity version.
^
So, instead of pragma solidity ^0.4.17; you must use pragma solidity 0.4.17;
pragma solidity ^0.4.17;
pragma solidity 0.4.17;
There was an error while loading. Please reload this page.