More (distinct) syntax highlighting
Posted: Mon Aug 11, 2014 1:51 pm
Is it possible to add better control over the highlighting?
I found myself wishing that I could mark the "Debug" keyword for example in a different color so that it stands out more.
A workaround would be to create a macro to substitute the keyword, and add the macro's name to the list of user-defined keywords and then give all of those another color. Not very elegant, though.
The source has to be parsed for keywords (PB and user-defined alike). Adding a control where you could set different styles for different keywords would be really nice.
I found myself wishing that I could mark the "Debug" keyword for example in a different color so that it stands out more.
A workaround would be to create a macro to substitute the keyword, and add the macro's name to the list of user-defined keywords and then give all of those another color. Not very elegant, though.
The source has to be parsed for keywords (PB and user-defined alike). Adding a control where you could set different styles for different keywords would be really nice.