github.com/jwhonce/docker@v0.6.7-0.20190327063223-da823cf3a5a3/contrib/syntax/vim/README.md (about) 1 dockerfile.vim 2 ============== 3 4 Syntax highlighting for Dockerfiles 5 6 Installation 7 ------------ 8 With [pathogen](https://github.com/tpope/vim-pathogen), the usual way... 9 10 With [Vundle](https://github.com/gmarik/Vundle.vim) 11 12 Plugin 'moby/moby' , {'rtp': '/contrib/syntax/vim/'} 13 14 With [vim-plug](https://github.com/junegunn/vim-plug) 15 16 Plug 'moby/moby' , {'rtp': '/contrib/syntax/vim/'} 17 18 Features 19 -------- 20 21 The syntax highlighting includes: 22 23 * The directives (e.g. `FROM`) 24 * Strings 25 * Comments 26 27 License 28 ------- 29 30 BSD, short and sweet