pboettch / vim-cmake-syntax

Vim syntax highlighting rules for modern CMake.
Other
98 stars 33 forks source link

Add syntax for new cmake variables #9

Closed phcerdan closed 6 years ago

phcerdan commented 6 years ago
pboettch commented 6 years ago

Thanks. I took the liberty to add a unit-test and promote the changes to cmake.vim.in - the cmake.vim-file is generated actually.

phcerdan commented 6 years ago

I was just reading the improvements you made, it is great, including the tests, thanks!