From aeee1162e34154bfe3aa7b9bd14957bb26bdb728 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Fri, 8 Jul 2011 00:18:00 +0000 Subject: Add vim filetype settings for DEPS. BUG=none TEST=none Review URL: http://codereview.chromium.org/7330003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91783 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/vim/filetypes.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/vim/filetypes.vim b/tools/vim/filetypes.vim index 930b7ae..3e7c8f9 100644 --- a/tools/vim/filetypes.vim +++ b/tools/vim/filetypes.vim @@ -1,8 +1,9 @@ -" To get syntax highlighting and tab settings for gyp(i) files, add the -" following to your .vimrc file: -" so /path/to/src/vim/filetypes.vim +" To get syntax highlighting and tab settings for gyp(i) and DEPS files, +" add the following to your .vimrc file: +" so /path/to/src/tools/vim/filetypes.vim augroup filetype au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2 au! BufRead,BufNewFile *.gypi set filetype=python expandtab tabstop=2 shiftwidth=2 + au! BufRead,BufNewFile DEPS set filetype=python expandtab tabstop=2 shiftwidth=2 augroup END -- cgit v1.1