parent
dc1a5a860c
commit
40592a93ac
@ -1305,7 +1305,7 @@ namespace hex::plugin::builtin {
|
|||||||
pl::PatternLanguage runtime;
|
pl::PatternLanguage runtime;
|
||||||
ContentRegistry::PatternLanguage::configureRuntime(runtime, provider);
|
ContentRegistry::PatternLanguage::configureRuntime(runtime, provider);
|
||||||
|
|
||||||
auto mimeType = magic::getMIMEType(provider, true);
|
auto mimeType = magic::getMIMEType(provider, 0, 100_KiB, true);
|
||||||
|
|
||||||
bool foundCorrectType = false;
|
bool foundCorrectType = false;
|
||||||
runtime.addPragma("MIME", [&mimeType, &foundCorrectType](const pl::PatternLanguage &runtime, const std::string &value) {
|
runtime.addPragma("MIME", [&mimeType, &foundCorrectType](const pl::PatternLanguage &runtime, const std::string &value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user