diff options
author | John Karahalis <john.karahalis@gmail.com> | 2021-09-10 07:52:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 13:52:11 +0200 |
commit | 4d4aa5fe553a47ef5c5c6d0a97bb487fdfda2d5b (patch) | |
tree | 34d05b737c70510a7eb6a4b235e49d94276727ed | |
parent | b147123070e5d7418fe67e315a53599cfde38d58 (diff) | |
download | vim-polyglot-4d4aa5fe553a47ef5c5c6d0a97bb487fdfda2d5b.tar.gz vim-polyglot-4d4aa5fe553a47ef5c5c6d0a97bb487fdfda2d5b.zip |
Update README to clarify broader Docker support (#745)
The ekalinin/Dockerfile.vim plugin supports not only docker-compose
files, but also Dockerfile files. Therefore, I think it is more accurate
to say that vim-polyglot supports Docker in general.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ On top of all language packs from [vim repository](https://github.com/vim/vim/tr - [dart](https://github.com/dart-lang/dart-vim-plugin) (Dart syntax highlighting for dart and drt files) - [dhall](https://github.com/vmchale/dhall-vim) (Dhall syntax highlighting for dhall files) - [dlang](https://github.com/JesseKPhillips/d.vim) (D syntax highlighting for d, di, lst, dd, ddoc and sdl files) -- [docker-compose](https://github.com/ekalinin/Dockerfile.vim) +- [docker](https://github.com/ekalinin/Dockerfile.vim) - [elixir](https://github.com/elixir-lang/vim-elixir) (Elixir and HTML+EEX syntax highlighting for ex, exs, eex, html.leex and leex files) - [elm](https://github.com/andys8/vim-elm-syntax) (Elm syntax highlighting for elm files) - [emberscript](https://github.com/yalesov/vim-ember-script) (EmberScript syntax highlighting for em and emberscript files) |