diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2016-07-22 12:31:26 -0400 |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2016-07-22 12:31:26 -0400 |
commit | 2b57b139201f7fa1959702db0a8c18482452f903 (patch) | |
tree | 181aaab8f7ba8e46b479d9a391b67a361f75b845 /Auxiliary | |
parent | 8ac4e2cfa283d6a27ba11c9ce6e2cea44457b5cb (diff) | |
download | cmake-2b57b139201f7fa1959702db0a8c18482452f903.tar.gz |
Aux: highlight modules using Include
They are closer to Include than generic preprocessor lines.
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-syntax.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim index 25c66df4a2..052644361c 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 |