TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
Token and Result Structures

Classes

struct  TextMateToken
 Represents a single token in tokenized text. More...
 
struct  TextMateTokenizeResult
 Result from tokenizing a single line with decoded tokens. More...
 
struct  TextMateTokenizeResult2
 Result from tokenizing a single line with encoded tokens. More...
 
struct  TextMateTokenizeMultiLinesResult
 Result from batch tokenizing multiple lines. More...
 
struct  TextMateTokenizeMultiLinesResult2
 Result from batch tokenizing multiple lines with encoded tokens. More...
 
struct  TextMateColorMap
 Theme color map returned by textmate_registry_get_color_map() More...
 

Detailed Description