struct EE::UI::Doc::SyntaxToken

#include <syntaxtokenizer.hpp>

struct SyntaxToken {
    // fields

    std::string type;
    size_t len { 0 };
};