mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
patterns: Fixed MIME pragma not being registered correctly
This commit is contained in:
@@ -80,6 +80,8 @@ namespace hex::plugin::builtin {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
ContentRegistry::PatternLanguage::addPragma("MIME", [](pl::PatternLanguage&, const std::string &value) { return !value.empty(); });
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user