octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 149 forks source link

fix cCustomParen breaking PreProc #56

Closed lucianposton closed 6 years ago

lucianposton commented 7 years ago

This PR makes cCustomParen transparent to prevent it from breaking highlighting of its containers.

Before: pre-b

After: pre-a

octol commented 6 years ago

Thanks!