diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2016-07-22 16:32:40 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2016-07-22 16:32:40 (GMT) |
commit | bca8be583eda435202f7a0eb6e288646ce70570f (patch) | |
tree | 1d09aa32bf7504a0c317bed1890e10fb9f17a4f8 /Auxiliary | |
parent | 7decbe8ffb66a1a02b9ffab027f33558fa36873a (diff) | |
download | CMake-bca8be583eda435202f7a0eb6e288646ce70570f.zip CMake-bca8be583eda435202f7a0eb6e288646ce70570f.tar.gz CMake-bca8be583eda435202f7a0eb6e288646ce70570f.tar.bz2 |
Aux: sort the highlighting list
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-syntax.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Auxiliary/cmake-syntax.vim b/Auxiliary/cmake-syntax.vim index a41e9d5..35eae63 100644 --- a/Auxiliary/cmake-syntax.vim +++ b/Auxiliary/cmake-syntax.vim @@ -450,15 +450,15 @@ hi def link cmakeCommandRepeat Repeat 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 cmakeLuaComment Comment hi def link cmakeModule Include +hi def link cmakeProperty Function hi def link cmakeRegistry Underlined hi def link cmakeString String hi def link cmakeTodo TODO -hi def link cmakeGeneratorExpression WarningMsg hi def link cmakeVariable Identifier -hi def link cmakeGeneratorExpressions Function -hi def link cmakeProperty Function hi def link cmakeVariableValue Type hi def link cmakeKWExternalProject ModeMsg |