On Fri, Apr 08, 2016 at 08:16:24AM +0200, Christian Brabandt wrote: > Hi Albert! > > On Fr, 08 Apr 2016, Albert Berger wrote: > > > Greetings, > > > > I wonder, is there some commonplace good solution for c++ syntax > > highlighting, like, e.g. YouCompleteMe is a popular recommendation > > for powerful autocompletion? Internet search has revealed only > > a couple of cpp.vim files, which unfortunately don't provide > > syntax highlighting comparable with that for other popular languages > > (python, perl, etc). > > What is wrong with the existing cpp syntax highlighting? > > Best, > Christian
Well, there is almost no c++ specific stuff (cpp.vim is only 3KB in size, including header and comments), and c.vim, as I can see, almost only highlights keywords, comments, and literal and numeric constants. Compared to other editors (even without c++ parsing, e.g. Atom) or vim highlighting for other languages (e.g. Perl 6) this is rather minimalistic (although maybe some prefer it in this way). Regards, Albert. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
