Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit a7e4d6a

Browse files
committed
Add missing rspfile and rspfile_content
1 parent e735510 commit a7e4d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ninja.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ syn match ninjaKeyword "^subninja\>"
3737
" manifest_parser.cc, ParseRule()
3838
syn region ninjaRule start="^rule" end="^\ze\S" contains=ALL transparent
3939
syn keyword ninjaRuleCommand contained command depfile description generator
40-
\ pool restat
40+
\ pool restat rspfile rspfile_content
4141

4242
syn region ninjaPool start="^pool" end="^\ze\S" contains=ALL transparent
4343
syn keyword ninjaPoolCommand contained depth

0 commit comments

Comments
 (0)