From a7e4d6affbd6bb05dc443928f82c7a1a90f97c65 Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Thu, 13 Dec 2012 23:11:12 -0800 Subject: Add missing rspfile and rspfile_content --- misc/ninja.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ninja.vim b/misc/ninja.vim index 6ec7c8b..7787c6e 100644 --- a/misc/ninja.vim +++ b/misc/ninja.vim @@ -37,7 +37,7 @@ syn match ninjaKeyword "^subninja\>" " manifest_parser.cc, ParseRule() syn region ninjaRule start="^rule" end="^\ze\S" contains=ALL transparent syn keyword ninjaRuleCommand contained command depfile description generator - \ pool restat + \ pool restat rspfile rspfile_content syn region ninjaPool start="^pool" end="^\ze\S" contains=ALL transparent syn keyword ninjaPoolCommand contained depth -- cgit v0.12