CyberZet wrote: >> It's because String isn't a C++ built-in data type, but a custom one > declared in my header file in a class. Is there a way to highlight specific > words in a colorscheme? Like in this case 'string' ?
I think you need a customized version the c.vim syntax file so that your keyword, in the vim sense, is recognized, and then link it to a specific highlight group. :h syntax :h syntax-highlighting HTH Gen-Paul. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
