There was an error while loading. Please reload this page.
1 parent 966d51c commit c408352Copy full SHA for c408352
README.md
@@ -6,7 +6,21 @@ development in Vim. Compared to the standard syntax highlighting for C++ it
6
adds highlighting of (user defined) functions and the containers and types
7
in the standard library / boost.
8
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
22
Based on:
23
+---------
24
25
- http://stackoverflow.com/questions/736701/class-function-names-highlighting-in-vim
26
- http://www.vim.org/scripts/script.php?script_id=4293
0 commit comments