diff options
author | Mike Buland <eichlan@xagasoft.com> | 2011-04-07 16:19:34 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2011-04-07 16:19:34 +0000 |
commit | 0026ca6c003680ffee93847fcf646535ebc713af (patch) | |
tree | 4ee9e7c92cffb78f16b9187658210175e4ca10f9 /support/vim/syntax | |
parent | 4a008047988954e8ab80c74ab18f4e7b2ba4d478 (diff) | |
download | build-0026ca6c003680ffee93847fcf646535ebc713af.tar.gz build-0026ca6c003680ffee93847fcf646535ebc713af.tar.bz2 build-0026ca6c003680ffee93847fcf646535ebc713af.tar.xz build-0026ca6c003680ffee93847fcf646535ebc713af.zip |
Minor typo in the vim syntax hilighter.
Diffstat (limited to 'support/vim/syntax')
-rw-r--r-- | support/vim/syntax/build.vim | 2 |
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 | |||
19 | syn keyword Todo TODO FIXME XXX | 19 | syn keyword Todo TODO FIXME XXX |
20 | syn keyword Type int string bool float version | 20 | syn keyword Type int string bool float version |
21 | syn keyword Constant null true false file never always important normal hidden autogenerated filetime | 21 | syn keyword Constant null true false file never always important normal hidden autogenerated filetime |
22 | syn keyword Builtins files dirs matches replace regexp execute unlink exists getMakeDeps toString targets fileName dirName | 22 | syn keyword Builtins files dirs matches replace regex execute unlink exists getMakeDeps toString targets fileName dirName |
23 | 23 | ||
24 | syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 | 24 | syn match TargetProcess /[a-zA-Z_][a-zA-Z0-9_]*:/he=e-1 |
25 | 25 | ||