/vim-aurora-syntax

Syntax highlighting for .aurora files

Primary LanguageVim ScriptMIT LicenseMIT

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