struct EE::UI::Doc::SyntaxState

#include <syntaxtokenizer.hpp>

struct SyntaxState {
    // fields

    SyntaxStateType state[MAX_SUB_SYNTAXS] {};
    Uint16 langStack[MAX_SUB_SYNTAXS] {};

    // methods

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