struct EE::UI::Doc::SyntaxStateType

#include <syntaxtokenizer.hpp>

struct SyntaxStateType {
    // fields

    Uint8 state { SYNTAX_TOKENIZER_STATE_NONE };
    Uint8 repositoryIdx { SYNTAX_TOKENIZER_STATE_NONE };
};