Giter Site home page Giter Site logo

vim-cpp-enhanced-highlight's Introduction

vim.cpp - additional vim c++ syntax highlighting

This file contains additional syntax highlighting that I use for my C++11/14 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

Installation instructions

Follow one of the sets of directions below and reload vim afterwards.

Via git + copy and paste

If you don't have either Vundle or Pathogen installed, you may copy and paste the cpp.vim file into your .vim/after/syntax folder. The following shell commands will help you do so.

cd ~/.vim
git clone https://github.com/octol/vim-cpp-enhanced-highlight.git
mkdir -p after/syntax/
mv vim-cpp-enhanced-highlight/after/syntax/cpp.vim after/syntax/cpp.vim
rm -rf vim-cpp-enhanced-highlight

Via Vundle

If you have vundle installed, you can install the plugin by adding

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

to your .vimrc and running :BundleInstall from vim.

Via git submodule + Pathogen

If you have pathogen installed, and you prefer to use git submodules, the following bash commands will help you do so.

cd ~/.vim
git submodule add https://github.com/octol/vim-cpp-enhanced-highlight.git bundle/syntax/

Background information

Jon Haggblad [email protected]

Last update: 25 April 2014

vim-cpp-enhanced-highlight's People

Contributors

octol avatar dimatura avatar manenko avatar tholbach avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.