diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:38:02 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:38:02 +0100 |
commit | 5658b62b7afb7d4855e2634d8d067cbdf1d332c9 (patch) | |
tree | 334b18c006622e75e7f6a3ed89a0091a1c8834e0 /README.md | |
parent | 938a2f1667820c0ac9d5b08d4118aaf53e76a0cb (diff) | |
download | vim-polyglot-5658b62b7afb7d4855e2634d8d067cbdf1d332c9.tar.gz vim-polyglot-5658b62b7afb7d4855e2634d8d067cbdf1d332c9.zip |
Add dart language support, closes #93
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [coffee-script](https://github.com/kchmck/vim-coffee-script) (syntax, indent, compiler, autoload, ftplugin, ftdetect) - [css](https://github.com/JulesWang/css.vim) (syntax) - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin, ftdetect) +- [dart](https://github.com/dart-lang/dart-vim-plugin) (syntax, indent, ftplugin, ftdetect) - [dockerfile](https://github.com/honza/dockerfile.vim) (syntax, ftdetect) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, ftplugin, ftdetect) - [emberscript](https://github.com/heartsentwined/vim-ember-script) (syntax, indent, ftplugin, ftdetect) |