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.
This commit is contained in:
parent
bca8be583e
commit
cd7ed47c4a
|
@ -443,7 +443,7 @@ syn keyword cmakeTodo
|
||||||
\ TODO FIXME XXX
|
\ TODO FIXME XXX
|
||||||
\ contained
|
\ contained
|
||||||
|
|
||||||
hi def link cmakeCommand Statement
|
hi def link cmakeCommand Function
|
||||||
hi def link cmakeCommandConditional Conditional
|
hi def link cmakeCommandConditional Conditional
|
||||||
hi def link cmakeCommandDeprecated WarningMsg
|
hi def link cmakeCommandDeprecated WarningMsg
|
||||||
hi def link cmakeCommandRepeat Repeat
|
hi def link cmakeCommandRepeat Repeat
|
||||||
|
@ -451,10 +451,10 @@ hi def link cmakeComment Comment
|
||||||
hi def link cmakeEnvironment Special
|
hi def link cmakeEnvironment Special
|
||||||
hi def link cmakeEscaped Special
|
hi def link cmakeEscaped Special
|
||||||
hi def link cmakeGeneratorExpression WarningMsg
|
hi def link cmakeGeneratorExpression WarningMsg
|
||||||
hi def link cmakeGeneratorExpressions Function
|
hi def link cmakeGeneratorExpressions Keyword
|
||||||
hi def link cmakeLuaComment Comment
|
hi def link cmakeLuaComment Comment
|
||||||
hi def link cmakeModule Include
|
hi def link cmakeModule Include
|
||||||
hi def link cmakeProperty Function
|
hi def link cmakeProperty Constant
|
||||||
hi def link cmakeRegistry Underlined
|
hi def link cmakeRegistry Underlined
|
||||||
hi def link cmakeString String
|
hi def link cmakeString String
|
||||||
hi def link cmakeTodo TODO
|
hi def link cmakeTodo TODO
|
||||||
|
|
Loading…
Reference in New Issue