c - Syntax highlight operators such as *,-> -


i'm using spf-13 vim distribution on os x (this problem not specific distribution). tried few different color schemes (solarized, default, desert) , none of them highlight c specific operators such *,->, etc. further reading showed depends on regex defined identify these operators. i'm not versed enough in vim script/regex try modification yet on color scheme.

is possible modify solarized or other scheme highlight these operators in c? ideal if there color scheme supports this.

colorschemes define colors syntax/highlight groups defined in syntax files (and default groups).

since default c syntax file doesn't appear define these operators (or other, actually) there's nothing can colorscheme make them stand out. it's syntax file should mofified… or extended.

this syntax file extends default syntax file with, among other things, operators.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -