struct EE::UI::Doc::SyntaxStateType

#include <syntaxtokenizer.hpp>

struct SyntaxStateType {
    // fields

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

    // methods

    bool operator==(const SyntaxStateType& other) const;
    bool operator!=(const SyntaxStateType& other) const;
};