vim-cpp-enhanced-highlight
vim-cpp-enhanced-highlight copied to clipboard
Additional Vim syntax highlighting for C++ (including C++11/14/17)
When I declare a vector, allocating its initial size like ```c++ std::vector myVector(5); // allocating 5 elements for this vector ``` , `myVector` gets highlighted incorrectly as if it is...
I have this error every time I try to open a cpp file. ~~~~ "test.cpp" 18L, 212C Error detected while processing /home/USERNAME/.vim/syntax/cpp.vim: line 61: E28: No such highlight group name:...
Hello there :smile:, As I was using the plugin I noticed that my `struct`-s were not highlighted just as well as my `class`-es. So, I fixed that for myself and...
I installed the plugin via Vundle per the instructions. When I try to highlight the following small snippet: ```cc class Foo { Function(double variable); MyType foo; } ``` It doesn't...
which is part of c++17
Hello, When I do ```std::cout```, it doesn't get correctly highlighted although ```std::endl``` does. Please see line 36 in the below capture: 
Hi all, I installed this plugin with vim-pug: `Plug 'octol/vim-cpp-enhanced-highlight'`, and then I off course ran 'PlugInstall'. Restarted Vim, opened a cpp file, and don't see any change to highlighting,...
In: `#define exp ((1 + 5) / 7.04f)` exp is highlighted as if it were a function, which is not true. Expected behavior: differentiate #defines from actual function definitions, and...
Is there any way to disable highlighting for stl library containers for people who don't use the stl library?
