1#ifndef TEXTMATELIB_MAIN_H
2#define TEXTMATELIB_MAIN_H
9#include "parseRawGrammar.h"
13#include "encodedTokenAttributes.h"
19using tml::RegistryOptions;
20using tml::IGrammarConfiguration;
25using tml::ITokenizeLineResult;
26using tml::ITokenizeLineResult2;
27using tml::IRawGrammar;
30using tml::DefaultOnigLib;
31using tml::parseRawGrammar;
34extern const StateStack*
INITIAL;
Abstract interface representing the parsing state at the end of a line.
const StateStack * INITIAL
Initial parsing state for the first line of a document.
Core type definitions and interfaces for TextMateLib.