Vim Syntax Script for C++0x

此处下载

Feature:

* Initialiser lists and lambdas no longer cause curly error highlighting ({} allowed within parentheses). 
* constexpr keyword added.

安装:

1 tar -xvzf cpp11.tgz -C ~/.vim/syntax
2 echo "au BufNewFile,BufRead *.cpp set syntax=cpp11" >> ~/.vimrc

 

posted @ 2013-04-02 10:51  strorehouse  阅读(154)  评论(0编辑  收藏  举报