Skip to content

ehafib/gcc-syntax-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

#gcc-syntax-highlight My c/c++/c++11 syntax highlight settings for Vim.

##Function

  • Highlight all libstdc functions (including builtins) & libstdc++ template classes, functions, and so on. (c.vim, c++.vim, c++11.vim)

  • Highlight lambda expression. (cpp/mysettings.vim)

  • Highlight operators. (c/mysettings.vim)

  • Highlight some keywords(rep, all, INF, ...) which is useful for competitive programming. (c/mysettings.vim, cpp/mysettings.vim)

If you disagree with some functions, you can easily disable them. Remove corresponding files.

##Sample(after/before) image

##Install Add NeoBundle 'ehafib/gcc-syntax-highlight' to your .vimrc.

About

(for competitive programming) my gcc/g++ syntax highlight for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published