Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.09 KB

README.markdown

File metadata and controls

48 lines (29 loc) · 1.09 KB

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.