aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-08 22:47:23 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-08 22:47:23 +0000
commit795d0737fed40d88a7801b451b7750ba90802345 (patch)
treeb561a10468955d1a893a828446dbeebd225a28f6 /support
parent8891504ae11f7ae5ed5e9eb05ec3686564617373 (diff)
downloadbuild-795d0737fed40d88a7801b451b7750ba90802345.tar.gz
build-795d0737fed40d88a7801b451b7750ba90802345.tar.bz2
build-795d0737fed40d88a7801b451b7750ba90802345.tar.xz
build-795d0737fed40d88a7801b451b7750ba90802345.zip
Fixed a few condition issues, and the install script is a little better, I think.
Diffstat (limited to 'support')
-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