IDA SDK
syntax_highlighter_t Struct Reference

Detailed Description

Base class for syntax highligters.

Public Attributes

block_highlighter_thighlight_block
 

Public Member Functions

 syntax_highlighter_t (block_highlighter_t *bh=nullptr)
 

Public Types

typedef void idaapi block_highlighter_t(void *context, highlighter_cbs_t *highlighter_cbs, const qstring &text)
 Function for extlang syntax highlighting. More...
 

Member Typedef Documentation

◆ block_highlighter_t

typedef void idaapi syntax_highlighter_t::block_highlighter_t(void *context, highlighter_cbs_t *highlighter_cbs, const qstring &text)

Function for extlang syntax highlighting.

Parameters
contextimplementation specific context. can be nullptr
highlighter_cbsstructure with set of callbacks
textpart of text to colorize

The documentation for this struct was generated from the following file: