fix: In/Out variables not working, add recusive pattern scan (#579)

This commit is contained in:
Lukas Cone
2022-07-14 11:37:02 +02:00
committed by GitHub
parent 315109aa1f
commit 35c209c791
2 changed files with 11 additions and 13 deletions

View File

@@ -56,7 +56,6 @@ namespace hex::plugin::builtin {
};
std::map<std::string, PatternVariable> m_patternVariables;
std::vector<std::string> m_patternTypes;
enum class EnvVarType
{
@@ -102,4 +101,4 @@ namespace hex::plugin::builtin {
void evaluatePattern(const std::string &code);
};
}
}