I have defined several structures and types in a C++ project. I have to write some documentation for this code, and I use the minted package to typeset my code.
I would like to be able to add some keywords to the minted database, so minted will also recognize these and give them the appropriate color. (I would like to have them colored in the same way a type, eg. double would be colored.)
vectorwhich I would want to be highlighted every time, so there's no problem in the future. – romeovs May 12 '11 at 18:24