diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-26 12:48:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-26 12:48:01 +0200 |
commit | 2b1938816662934441e86b8891db8368f1bdf37d (patch) | |
tree | 01e952339c5aab7e03fcd374112f846aa04150c5 /README.md | |
parent | a531f6b1045971aee4cffb9a7178c17f9349f439 (diff) | |
download | vim-polyglot-2b1938816662934441e86b8891db8368f1bdf37d.tar.gz vim-polyglot-2b1938816662934441e86b8891db8368f1bdf37d.zip |
Add dockerfile syntax support
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo - [css-color](https://github.com/ap/vim-css-color) (syntax) - [csv](https://github.com/chrisbra/csv.vim) (syntax, ftplugin, ftdetect) - [cucumber](https://github.com/tpope/vim-cucumber) (syntax, indent, compiler, ftplugin, ftdetect) +- [dockerfile](https://github.com/honza/dockerfile.vim) (syntax, ftdetect) - [elixir](https://github.com/elixir-lang/vim-elixir) (syntax, indent, compiler, ftplugin, ftdetect) - [erlang](https://github.com/oscarh/vimerl) (syntax, indent, compiler, autoload, ftplugin) - [git](https://github.com/tpope/vim-git) (syntax, indent, ftplugin, ftdetect) |