|
Syntax highlightingUsed in editors such as Vim to display key words or phrases in colours that stand out. For example, in PHP the names of known PHP functions will be in one colour and PHP comments will be in another. This helps the programmer distinguish elements in his code and makes it much easier to spot a mistake such as a missing closing quote on a string. |
