summaryrefslogtreecommitdiff
path: root/Auxiliary
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-07-22 12:32:59 -0400
committerBen Boeckel <ben.boeckel@kitware.com>2016-07-22 12:33:23 -0400
commitcd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718 (patch)
tree78098561e7a6e72eae852e27dfcd717b7bb18550 /Auxiliary
parentbca8be583eda435202f7a0eb6e288646ce70570f (diff)
downloadcmake-cd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718.tar.gz
Aux: highlight commands using Function
These are closer to functions than anything else. Also change the other groups which were highlighted with Function to other groups.
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/cmake-syntax.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim
index 35eae63ecf..9ffc1e8fa8 100644
--- a/Auxiliary/cmake-syntax.vim
+++ b/Auxiliary/cmake-syntax.vim
@@ -443,7 +443,7 @@ syn keyword cmakeTodo
\ TODO FIXME XXX
\ contained
-hi def link cmakeCommand Statement
+hi def link cmakeCommand Function
hi def link cmakeCommandConditional Conditional
hi def link cmakeCommandDeprecated WarningMsg
hi def link cmakeCommandRepeat Repeat
@@ -451,10 +451,10 @@ hi def link cmakeComment Comment
hi def link cmakeEnvironment Special
hi def link cmakeEscaped Special
hi def link cmakeGeneratorExpression WarningMsg
-hi def link cmakeGeneratorExpressions Function
+hi def link cmakeGeneratorExpressions Keyword
hi def link cmakeLuaComment Comment
hi def link cmakeModule Include
-hi def link cmakeProperty Function
+hi def link cmakeProperty Constant
hi def link cmakeRegistry Underlined
hi def link cmakeString String
hi def link cmakeTodo TODO