Syntax highlighting: Meaning (information, definition, explanation, facts)

Syntax highlighting is a feature of some text editors that displays text—especially source code—in different colors and fonts according to the category of terms. This feature eases writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct.

Users can specify the language of the text, such as C, LaTeX, HTML, or the text editor can automatically recognize it based on the contents or name of the file.

Text editors that have syntax highlighting include the following:

Example

Below is a snippet of C++ code which the editor has automatically highlighted based on the syntax:

// Allocate all the windows for( int i=0; i i=0; i new Window; }

In this example, the editor has recognized the keywords for, int and new. It recognized the variable names i, pWins and max and highlighted them accordingly. The comment before the code is also highlighted in a specific manner to distinguish it from working code. When looking at pages and pages of code, syntax hightlighting greatly improves the readability and context of the text. The reader can automatically ignore large sections of comments or code, depending on what one desires.

Find more facts
 
Further reference
Remember what Syntax highlighting means:
Other sources
Search for Syntax highlighting information on:  amazon.com
Your reference for information, definition
http://explanation-guide.info/meaning/Syntax-highlighting.html
Licensing information:
This article uses material from Wikipedia (credits) and is made available under the terms of the GNU FDL (copy).
Image licensing information is accessible by clicking the image.

Welcome, guest!
You are not logged in
ID:
Password:

Social bookmarks


Book search