5.1 The different highlighting groups
Below is a list of all the highlighting groups that CDGB will use when syntax
highlighting source files.
Statement
- This represents the keywords a language defines.
Type
- This represents the types a language defines.
Constant
- This represents either a string or numeric value.
Comment
- This represents the comments in a source file.
PreProc
- This represents the C/C++ preprocessor commands.
Normal
- This represents all normal text.
Below is a list of all the highlighting groups that CGDB will use when it is
displaying it's User Interface.
StatusLine
- This represents the status bar in CGDB. The file dialog's status
bar also uses this group.
IncSearch
- This represents the group used when the user is searching in either the source
window, or the file dialog window.
Arrow
- This represents the arrow that CGDB draws to point to the currently viewed
line.
LineHighlight
- This represents the group used when the user has the
arrowstyle
option
set to highlight
.
Breakpoint
- This represents the group that is used when CGDB displays a line that has a
breakpoint set.
DisabledBreakpoint
- This represents the group that is used when CGDB displays a line that has a
disabled breakpoint set.
SelectedLineNr
- This represents the group that is used when CGDB is displaying the currently
selected line. This is the line that the cursor is on.
Logo
- This is the group CGDB uses to display its logo on startup when no source
file can be auto detected.