aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-04-07 16:19:34 +0000
committerMike Buland <eichlan@xagasoft.com>2011-04-07 16:19:34 +0000
commit0026ca6c003680ffee93847fcf646535ebc713af (patch)
tree4ee9e7c92cffb78f16b9187658210175e4ca10f9
parent4a008047988954e8ab80c74ab18f4e7b2ba4d478 (diff)
downloadbuild-0026ca6c003680ffee93847fcf646535ebc713af.tar.gz
build-0026ca6c003680ffee93847fcf646535ebc713af.tar.bz2
build-0026ca6c003680ffee93847fcf646535ebc713af.tar.xz
build-0026ca6c003680ffee93847fcf646535ebc713af.zip
Minor typo in the vim syntax hilighter.
-rw-r--r--support/vim/syntax/build.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/vim/syntax/build.vim b/support/vim/syntax/build.vim
index ae83d94..cb491e6 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
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
22syn keyword Builtins files dirs matches replace regexp execute unlink exists getMakeDeps toString targets fileName dirName 22syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName
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
25 25