struct EE::UI::Doc::SyntaxTokenComplete

#include <syntaxtokenizer.hpp>

struct SyntaxTokenComplete {
    // fields

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