From ea17d3262924f95a4fa721b3de6d7fe499bdcf14 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 5 Apr 2012 22:52:54 +0000 Subject: Added unique function and a workaround for non-matching inputs to rules passing the rule input filter. --- support/vim/syntax/build.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support') diff --git a/support/vim/syntax/build.vim b/support/vim/syntax/build.vim index 721cfd4..04d1f90 100644 --- a/support/vim/syntax/build.vim +++ b/support/vim/syntax/build.vim @@ -19,7 +19,7 @@ syn keyword Statement include set unset function target input condition requir syn keyword Todo TODO FIXME XXX syn keyword Type int string bool float version syn keyword Constant null true false file never always important normal hidden autogenerated filetime -syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName +syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName unique syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 -- cgit v1.2.3