15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)" To get syntax highlighting and tab settings for gyp(i) and DEPS files,
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)" add the following to your .vimrc file:
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)"     so /path/to/src/tools/vim/filetypes.vim
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)augroup filetype
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)        au! BufRead,BufNewFile *.gyp    set filetype=python expandtab tabstop=2 shiftwidth=2
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)        au! BufRead,BufNewFile *.gypi   set filetype=python expandtab tabstop=2 shiftwidth=2
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)        au! BufRead,BufNewFile DEPS     set filetype=python expandtab tabstop=2 shiftwidth=2
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)augroup END
10