For some reason the term lexer or parser comes mind. I realise these terms are often associated with compilers, but I don’t want to make any assumptions. For example, when you open .cpp file in gedit, it colors string literals, numeric values, data types, etc all different colors to make it a bit more readable. The same goes with SO and visual studio. What’s the term for what these programs are doing?
Share
Syntax highlighting. From Wikipedia: