Skip to content

pboettch/vim-cmake-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-cmake-syntax

Vim syntax highlighting rules for modern CMakeLists.txt.

Original code from KitWare. First hosted on Github by Nicholas Hutchinson. Extended and modified by Patrick Boettcher and contributors

Keywords updated with 3.9.20170830-ge0713

The code of this repository is integrated in and released with CMake and is pulled into the official cmake-distribution "from time to time".

Installation

With Pathogen

cd ~/.vim/bundle
git clone git://github.com/pboettch/vim-cmake-syntax.git

With Vundle

" inside .vimrc
Plugin 'pboettch/vim-cmake-syntax'

Test

There is a ever growing test-suite based on ctest located in test/

cd <build-dir-where-ever-located>
cmake path/to/this/repo/test
ctest

About

Vim syntax highlighting rules for modern CMake.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.9%
  • Perl 3.1%
  • CMake 1.7%
  • Shell 0.3%