TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
TextMateTokenizeMultiLinesResult2 Struct Reference

Result from batch tokenizing multiple lines with encoded tokens. More...

#include </home/runner/work/TextMateLib/TextMateLib/packages/tml-cpp/src/c_api.h>

Collaboration diagram for TextMateTokenizeMultiLinesResult2:
[legend]

Public Attributes

TextMateTokenizeResult2 ** lineResults
 Array of encoded results, one per line.
 
int32_t lineCount
 Number of lines tokenized.
 

Detailed Description

Result from batch tokenizing multiple lines with encoded tokens.

Returned by textmate_tokenize_lines2(). Combines batch tokenization with compact 32-bit token encoding for maximum performance in language bindings.

Memory Ownership: Caller must free this structure using textmate_free_tokenize_lines_result2().

Definition at line 112 of file c_api.h.


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