Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 577 Bytes

vim-aurora-syntax

Syntax highlighting for Apache Aurora job configuration files (.aurora files).

Installation

Installation is supported using vim-pathogen.

cd ~/.vim/bundle
git clone https://github.com/kevints/vim-aurora-syntax

OR with submodules

cd ~/.vim/bundle
git submodule add https://github.com/kevints/vim-aurora-syntax
git submodule init