Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

Vim Syntax Highlighting for Singularity files

Installation

Makefile

git clone https://github.com/rbberger/vim-singularity-syntax.git
cd vim-singularity-syntax
make install

Vundle

Add the following to your vimrc:

Bundle 'rbberger/vim-singularity-syntax'