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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Syntax highlighting. From Wikipedia:
|
|||
|
|
|
It is called "syntax highlighting". |
|||
|
|