Highlighting IDE controlled by macro
I would like to be able to do this from theDocumentOpened andLineChanged events.
The code I need this for is actually Cobol, where I want to paint lines starting with asterisc (comments) with one color, and my choice of keywords with another color.

