diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:00:08 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-07-18 23:00:08 +0200 |
commit | 4033ac02d0a0b4abb2f1e373529ead6eca4290ae (patch) | |
tree | 0036d2edbfa12b733d9965062e637149c257a7cf /README.md | |
parent | 9ab9275f66562de7d87df31ac8f2786981d770fd (diff) | |
download | vim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.tar.gz vim-polyglot-4033ac02d0a0b4abb2f1e373529ead6eca4290ae.zip |
Add solidity support, closes #65
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [sbt](https://github.com/derekwyatt/vim-sbt) (syntax, ftdetect) - [scala](https://github.com/derekwyatt/vim-scala) (syntax, indent, compiler, ftplugin, ftdetect) - [slim](https://github.com/slim-template/vim-slim) (syntax, indent, ftdetect) +- [solidity](https://github.com/ethereum/vim-solidity) (syntax, indent, ftdetect) - [stylus](https://github.com/wavded/vim-stylus) (syntax, indent, ftplugin, ftdetect) - [systemd](https://github.com/kurayama/systemd-vim-syntax) (syntax, ftdetect) - [swift](https://github.com/toyamarinyon/vim-swift) (syntax, indent, ftdetect) |