summaryrefslogtreecommitdiffstats
path: root/Auxiliary/cmake-syntax.vim
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-07-22 16:32:59 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-07-22 16:33:23 (GMT)
commitcd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718 (patch)
tree78098561e7a6e72eae852e27dfcd717b7bb18550 /Auxiliary/cmake-syntax.vim
parentbca8be583eda435202f7a0eb6e288646ce70570f (diff)
downloadCMake-cd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718.zip
CMake-cd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718.tar.gz
CMake-cd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718.tar.bz2
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/cmake-syntax.vim')
-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 35eae63..9ffc1e8 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