|
TextMateLib 1.0
Modern C++ implementation of the TextMate syntax highlighting engine
|
Global constants and initialization functions. More...
Variables | |
| const StateStack * | tml::INITIAL = nullptr |
| Initial parsing state for the first line of a document. | |
Global constants and initialization functions.
| 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().