Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 372 Bytes

Vim Syntax Highlighting for Singularity files

img/vim.png

img/vim2.png

Installation

Makefile

git clone https://github.com/singularityware/singularity.lang.git
cd singularity.lang/vim
make install

Vundle

Add the following to your vimrc:

Plugin 'singularityware/singularity.lang', {'rtp': 'vim/'}