channing / gyp.vim

A simple vim bundle for working with gyp files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gyp.vim

This is a vim bundle for working with gyp files.

I just wanted some basic syntax highlighting while working with gyp files. I don't at all claim to be an expert with vim plugins, so please feel free to fork and improve.

The main project site is at: http://github.com/kelan/gyp.vim

Features

I started with the vim-javascript syntax file, cleaned it up a bit, and added some gyp-specific keywords.

Example

Here is a screenshot of it running in MacVim (specifically, it's alloy's file-browser fork), using the awesome Solarized color scheme.

Installation

If you use vundle, add the following to your .vimrc:

Bundle 'kelan/gyp.vim'

Then launch vim and do :BundleInstall.

License

Same terms as Vim itself.

About

A simple vim bundle for working with gyp files.


Languages

Language:Vim Script 100.0%