Dani Hodovic adaed9b6f7 Update Github url for vim syntax plugin 7 лет назад
..
doc df9ee6d656 Link to HTTPS urls in contrib comments/maintainers 10 лет назад
ftdetect 6b8dab2181 Allow vim be case insensitive for D in dockerfile 7 лет назад
syntax 4cb71f8082 Update Dockerfile highlight definitions 9 лет назад
LICENSE 06a818616b Reorganize the syntax highlighting files in contrib under a common directory to match "contrib/init" and "contrib/completion" 11 лет назад
README.md adaed9b6f7 Update Github url for vim syntax plugin 7 лет назад

README.md

dockerfile.vim

Syntax highlighting for Dockerfiles

Installation

With pathogen, the usual way...

With Vundle

Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}

With vim-plug

Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'}

Features

The syntax highlighting includes:

  • The directives (e.g. FROM)
  • Strings
  • Comments

License

BSD, short and sweet