|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Result from batch tokenizing multiple lines. More...
#include </home/runner/work/TextMateLib/TextMateLib/packages/tml-cpp/src/c_api.h>
Public Attributes | |
| TextMateTokenizeResult ** | lineResults |
| Array of results, one per line. | |
| int32_t | lineCount |
| Number of lines tokenized. | |
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().