c.vim
c.vim copied to clipboard
Sometimes "return" is highlighted as a type
It's a C keyword, so it's not possible for it to be a type. Need to make sure the rules for keywords are stronger than the rules for types or something. Maybe just redefine the keyword at the end of c.vim to override whatever wrong matching there could be? Maybe explicitly prevent cJCType from matching the string "return"?