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

Result from batch tokenizing multiple lines. More...

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

Collaboration diagram for TextMateTokenizeMultiLinesResult:
[legend]

Public Attributes

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

Detailed Description

Result from batch tokenizing multiple lines.

Returned by textmate_tokenize_lines(). Optimized for multi-line tokenization to reduce FFI call overhead in language bindings.

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

Definition at line 100 of file c_api.h.


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