syntax highlighting

(idea) by jschaap (7 y) Sat Nov 13 1999 at 9:51:21
A process to make latex code more readable than it already is. Several text editors make use of it, like the real editor, the one and only Alpha editor and maybe also a little bit like XEmacs.
(thing) by Saige (1.7 y) Tue Mar 14 2000 at 3:32:52
A feature of a text editor which displays different parts of syntax for types of code in different colors, fonts, and/or styles. The intention it to make it more apparent what a section of code is and what it does by just being able to glance at the editor.

It also helps catch some errors. For example, the lack of a second quotation mark (") on a string will cause long sections of code to show up as belonging to the string, making the error quite apparent. This also applies to comments.

After you get used to using it, you'll find it difficult or impossible to switch back.

Many IDEs have it, and a number of text editors, such as emacs, also have it.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.