struct EE::UI::Doc::HExtLanguageTypeHelper

#include <hextlanguagetype.hpp>

struct HExtLanguageTypeHelper {
    // methods

    static HExtLanguageType detectLanguage(const std::string& buffer);
    static std::string toString(HExtLanguageType langType);
    static HExtLanguageType fromString(const std::string& langType);
};