Everything
2.4.2 Emphasize brackets

The bracket that corresponds to a bracket at the caret position is shown emphasized (default).

Supported types of brackets vary with the file type as follows.

Caution

When CS+ emphasizes the corresponding bracket, it does not consider those within comments, character constants, character strings, or string constants. For this reason, if the bracket at the position of the caret is within a comment, character constant, character string, or string constant, CS+ may emphasize a bracket that is not actually the corresponding bracket.

Table 2.2

Supported Types of Brackets

File Type

Types of Brackets

C/C++ source file

( and ), { and }, [ and ]

Python file

HTML file

< and >

XML file