diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-30 22:46:37 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-01-30 22:46:37 +0800 |
commit | 359dd482c4070b81cab0402f6a43928cfcef80cb (patch) | |
tree | a33c6e8ab23cb1947b75bd5c24464a8026b20312 /.gitattributes | |
parent | 2e3c02887efc24de35ce82b3662d9c47a0056a8c (diff) | |
download | dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar.gz dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar.bz2 dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar.lz dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar.xz dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.tar.zst dexon-sol-tools-359dd482c4070b81cab0402f6a43928cfcef80cb.zip |
Enable solidity syntax highlighting
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..52031de51 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sol linguist-language=Solidity |