Skip to content

vim-scripts/vim-cpp-enhanced-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Additional Vim syntax highlighting for C++

This file contains additional syntax highlighting that I use for my C++11 development in Vim. Compared to the standard syntax highlighting for C++ it adds highlighting of (user defined) functions and the containers and types in the standard library / boost.

Development is done at: http://github.com/octol/vim-cpp-enhanced-highlight

To install:

Either copy the cpp.vim file to ~/.vim/after/syntax/cpp.vim or install using Vundle by adding

Bundle 'octol/vim-cpp-enhanced-highlight'

to your .vimrc file.

Based on:

Jon Haggblad jon@haeggblad.com

Last update: 17 May 2013

About

Improved C++ syntax highlight

Resources

Stars

Watchers

Forks

Packages

No packages published