TextMateLib
1.0
Modern C++ implementation of the TextMate syntax highlighting engine
Loading...
Searching...
No Matches
main.cpp
1
#include "main.h"
2
3
namespace
tml {
4
5
// Initialize INITIAL constant
6
const
StateStack
*
INITIAL
=
nullptr
;
// Will be initialized to StateStackImpl::NULL_STATE
7
8
}
// namespace tml
tml::StateStack
Abstract interface representing the parsing state at the end of a line.
Definition
types.h:55
tml::INITIAL
const StateStack * INITIAL
Initial parsing state for the first line of a document.
Definition
main.cpp:6
home
runner
work
TextMateLib
TextMateLib
packages
tml-cpp
src
main.cpp
Generated by
1.9.8