vim-cpp-modern : Extended syntax highlighting for C and C++ (C++11/14/17/20)
script karma |
Rating 20/7,
Downloaded by 537 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
foo bar |
|
script type |
syntax |
|
description |
Keyword and regex-based syntax highlighting for C and C++11/14/17/20 in Vim.
The syntax files provide highlighting of:
- Common ANSI C keywords
- C++ standard library namespaces, types, helper types, helper template variables, and constants
- C++11 attributes
- Latest C++20 language features like coroutines and concepts
- Function declarations/definitions and function calls (basically all words followed by an opening parenthesis)
- Optionally a simpler (less colorful) highlighting of standard C and C++ keywords
https://github.com/bfrg/vim-cpp-modern |
|
install details |
Run the following in the terminal:
cd ~/.vim/pack/git-plugins/start
git clone --depth=1 https://github.com/bfrg/vim-cpp-modern
The directory name git-plugins is arbitrary, any other name can be picked. See :help packages for more details. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.133.106.206
|