Skip to content

proyvind/Cpp11-Syntax-Support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

This is a mirror of http:https://www.vim.org/scripts/script.php?script_id=3797

Modified existing c.vim and cpp.vim (into cpp11.vim and cpp11_cbase.vim) to add support for new language features found in C++11.

* Initialiser lists and lambdas no longer cause curly error highlighting ({} allowed within parentheses).
* constexpr, nullptr, static_assert, decltype, override & final keyword added.
* New Unicode and raw string literals added.


I'm adding features as I hit them - if something is bugging you and not yet added, let me know.

About

A port of the existing C++ syntax to allow for C++11 features

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%