GitXplorerGitXplorer
k

vim-aurora-syntax

public
7 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
1aa8ab9ae1d35210c4c6ed24ef3e1df7dcc71b8b

Add installation instructions

kkevints committed 10 years ago
Unverified
b911fa78fb9857f128cb4f683409ef656a66a366

Simple vim plugin for .aurora files.

kkevints committed 10 years ago
Unverified
08db04e1e9e05a24ee408bf6139b218623e0b8ba

Initial commit

kkevints committed 10 years ago

README

The README file for this repository.

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