From cd7ed47c4ad5b9c2c7539a6f77bbe11a8510a718 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 22 Jul 2016 12:32:59 -0400 Subject: [PATCH] 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. --- Auxiliary/cmake-syntax.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim index 35eae63ec..9ffc1e8fa 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