Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

nickhutchinson/vim-cmake-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-cmake-syntax

Vim syntax highlighting rules for modern CMake.

The vim syntax rules shipped with vim are out-of-date. These ones are less so.

# Installation

With Pathogen

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

With Vundle

" .vimrc
Plugin 'nickhutchinson/vim-make-syntax'