TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
Constants and Initialization

Global constants and initialization functions. More...

Collaboration diagram for Constants and Initialization:

Variables

const StateStacktml::INITIAL = nullptr
 Initial parsing state for the first line of a document.
 

Detailed Description

Global constants and initialization functions.

Variable Documentation

◆ INITIAL

const StateStack * tml::INITIAL = nullptr

Initial parsing state for the first line of a document.

Used as the prevState argument when tokenizing the first line of any document. Read-only; do not delete.

Definition at line 6 of file main.cpp.

Referenced by textmate_get_initial_state().