summaryrefslogtreecommitdiffstats
path: root/Auxiliary
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2016-07-22 16:31:26 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2016-07-22 16:31:26 (GMT)
commit2b57b139201f7fa1959702db0a8c18482452f903 (patch)
tree181aaab8f7ba8e46b479d9a391b67a361f75b845 /Auxiliary
parent8ac4e2cfa283d6a27ba11c9ce6e2cea44457b5cb (diff)
downloadCMake-2b57b139201f7fa1959702db0a8c18482452f903.zip
CMake-2b57b139201f7fa1959702db0a8c18482452f903.tar.gz
CMake-2b57b139201f7fa1959702db0a8c18482452f903.tar.bz2
Aux: highlight modules using Include
They are closer to Include than generic preprocessor lines.
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/cmake-syntax.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim
index 25c66df..0526443 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