vim-cpp-enhanced-highlight icon indicating copy to clipboard operation
vim-cpp-enhanced-highlight copied to clipboard

Additional Vim syntax highlighting for C++ (including C++11/14/17)

Results 32 vim-cpp-enhanced-highlight issues
Sort by recently updated
recently updated
newest added

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...

Hello, When I do ```std::cout```, it doesn't get correctly highlighted although ```std::endl``` does. Please see line 36 in the below capture: ![image](https://user-images.githubusercontent.com/23005104/188492917-ebd0be7d-4826-4190-ad8d-95df804b2fd1.png)

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?

![Screenshot_2021-08-19-12-00-43-636_com termux](https://user-images.githubusercontent.com/39275638/130016100-0111dc5d-bace-4d79-92c9-27c28eb26800.jpg)