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
I started with the vim-javascript syntax file, cleaned it up a bit, and added some gyp-specific keywords.
Here is a screenshot of it running in MacVim (specifically, it's alloy's file-browser fork), using the awesome Solarized color scheme.
If you use vundle, add the following to your .vimrc:
Bundle 'kelan/gyp.vim'
Then launch vim and do :BundleInstall
.
Same terms as Vim itself.