Skip to content

Commit c408352

Browse files
committed
Updated README
1 parent 966d51c commit c408352

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ development in Vim. Compared to the standard syntax highlighting for C++ it
66
adds highlighting of (user defined) functions and the containers and types
77
in the standard library / boost.
88

9+
Development is done at: http://github.com/octol/vim-cpp-enhanced-highlight
10+
11+
To install:
12+
-----------
13+
14+
Either copy the cpp.vim file to ~/.vim/after/syntax/cpp.vim
15+
or install using Vundle by adding
16+
17+
Bundle 'octol/vim-cpp-enhanced-highlight'
18+
19+
to your .vimrc file.
20+
21+
922
Based on:
23+
---------
1024

1125
- http://stackoverflow.com/questions/736701/class-function-names-highlighting-in-vim
1226
- http://www.vim.org/scripts/script.php?script_id=4293

0 commit comments

Comments
 (0)