Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
syntax_highlighter_t Struct Reference

Base class for syntax highligters. More...

#include <expr.hpp>

Public Types

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

Public Member Functions

 syntax_highlighter_t (block_highlighter_t *bh=nullptr)
 

Public Attributes

block_highlighter_thighlight_block
 

Detailed Description

Base class for syntax highligters.

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
ighlighter_cbsstructure with set of callbacks
textpart of text to colorize

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