summaryrefslogtreecommitdiffstats
path: root/misc/ninja.vim
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.4 of the vim syntax file was merged.Nico Weber2014-06-121-1/+1
| | | See https://code.google.com/p/vim/source/detail?r=92751673cc37c9ef4d1ad1ac4d42d36faa67f88f
* vim syntax: Correctly highlight $$a as ($$)a instead of $($a).Nico Weber2014-05-131-2/+4
|
* Note that version 1.3 of the vim syntax file has been sent upstream.Nico Weber2013-04-161-2/+8
| | | | | | | Also fix an issue noticed by Bram during integration: Make sure to set "cpo" correctly. This matches other vim syntax files and is required to make sure that the backslash continuation works with all .vimrc files (see `:help line-continuation`).
* ninja.vim: add deps as keywordyannicklm2013-04-091-2/+2
| | | | new in ninja 1.3
* Update version number in ninja.vim after recent changes.Nico Weber2012-12-151-2/+2
|
* Add missing rspfile and rspfile_contentRobert Iannucci2012-12-141-1/+1
|
* Add ninja.vim syntax for poolRobert Iannucci2012-12-141-1/+7
|
* Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-3/+3
| | | | | | So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org>
* Make `:set spell` only check spelling in comments. Patch from Thilo Six ↵Nico Weber2012-06-011-4/+4
| | | | <T.Six@gmx.de>!
* vim syntax file: Highlight ninja comments.Nico Weber2012-05-141-3/+6
|
* Add a ninja syntax file for vim.Nico Weber2012-01-041-0/+66