|
|
|
|
|
by slurgfest
5054 days ago
|
|
Parsing C++ isn't required if all you are doing is syntax coloring. vim has a fully configurable syntax highlighting system; its behavior is not hard-coded. So if you have a problem with how C++ is highlighted then you don't need to petition for the developers to patch or rewrite vim for you. You can tweak the related configuration. And it's true that it's really not that hard to make your own new configuration to do this. Because you aren't compiling the code, you are only highlighting it according to your own tastes. |
|
Given that vim is open source, I'm not sure why you think hard-coded syntax highlighting would be impossible for me to modify.