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

Typedefs

using tml::EncodedTokenAttributes = int32_t
 Compact 32-bit encoding of a token's attributes.
 

Detailed Description

Typedef Documentation

◆ EncodedTokenAttributes

using tml::EncodedTokenAttributes = typedef int32_t

Compact 32-bit encoding of a token's attributes.

Encodes start/end position, scope depth, and attributes in a single int32_t for space-efficient token representation (alternative to detailed token structs).

Definition at line 128 of file types.h.