diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:53:26 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-12-06 11:53:26 +0100 |
commit | 08ea94e01188531e819e5d6bea5c84a773b4eb98 (patch) | |
tree | 595c73c1476e2fdc8458529907efea083a405f68 /README.md | |
parent | ba7a783c7f3d3c923ef151e4d3e99e087831ef69 (diff) | |
download | vim-polyglot-08ea94e01188531e819e5d6bea5c84a773b4eb98.tar.gz vim-polyglot-08ea94e01188531e819e5d6bea5c84a773b4eb98.zip |
Add elm support, closes #81
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [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) +- [elm](https://github.com/lambdatoast/elm.vim) (syntax, indent, autoload, ftplugin, 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) - [emblem](https://github.com/heartsentwined/vim-emblem) (syntax, indent, ftplugin, ftdetect) |