aboutsummaryrefslogtreecommitdiff
path: root/support/vim/syntax/build.vim
diff options
context:
space:
mode:
Diffstat (limited to 'support/vim/syntax/build.vim')
-rw-r--r--support/vim/syntax/build.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/vim/syntax/build.vim b/support/vim/syntax/build.vim
index 04d1f90..631db10 100644
--- a/support/vim/syntax/build.vim
+++ b/support/vim/syntax/build.vim
@@ -14,11 +14,11 @@ endif
14" Keywords 14" Keywords
15syn keyword Conditional if then else 15syn keyword Conditional if then else
16syn keyword Loop for do in 16syn keyword Loop for do in
17syn keyword Logic not and or 17syn keyword Logic and or
18syn keyword Statement include set unset function target input condition requires rule profile auto config display type default cache global value return output allow action warning error notice local continue break all export tag range open close read write 18syn keyword Statement include set unset function target input condition requires rule profile auto config display type default cache global value return output allow action warning error notice local continue break all export tag range open close read write
19syn keyword Todo TODO FIXME XXX 19syn keyword Todo TODO FIXME XXX
20syn keyword Type int string bool float version 20syn keyword Type int string bool float version
21syn keyword Constant null true false file never always important normal hidden autogenerated filetime 21syn keyword Constant null true false file never always important normal hidden autogenerated fileTime fileExists
22syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName unique 22syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName unique
23 23
24syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 24syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1