struct EE::UI::Doc::SyntaxStateType

#include <syntaxtokenizer.hpp>

struct SyntaxStateType {
    // fields

    SyntaxSyateHolderType state { SYNTAX_TOKENIZER_STATE_NONE };
    SyntaxSyateHolderType repositoryIdx { SYNTAX_TOKENIZER_STATE_NONE };
};