From 2b57b139201f7fa1959702db0a8c18482452f903 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 22 Jul 2016 12:31:26 -0400 Subject: [PATCH] Aux: highlight modules using Include They are closer to Include than generic preprocessor lines. --- Auxiliary/cmake-syntax.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim index 25c66df4a..052644361 100644 --- a/Auxiliary/cmake-syntax.vim +++ b/Auxiliary/cmake-syntax.vim @@ -451,7 +451,7 @@ hi def link cmakeComment Comment hi def link cmakeEnvironment Special hi def link cmakeEscaped Special hi def link cmakeLuaComment Comment -hi def link cmakeModule PreProc +hi def link cmakeModule Include hi def link cmakeRegistry Underlined hi def link cmakeString String hi def link cmakeTodo TODO