github.com/feiyang21687/docker@v1.5.0/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 'docker/docker' , {'rtp': '/contrib/syntax/vim/'}
    13  
    14  Features
    15  --------
    16  
    17  The syntax highlighting includes:
    18  
    19  * The directives (e.g. `FROM`)
    20  * Strings
    21  * Comments
    22  
    23  License
    24  -------
    25  
    26  BSD, short and sweet