Lexer: Captures minimumMatchLength for abbreviated attribute matching
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
// These are overridable.
|
||||
static std::string dateFormat;
|
||||
static bool isoEnabled;
|
||||
static int minimumMatchLength;
|
||||
static std::map <std::string, std::string> attributes;
|
||||
|
||||
enum class Type { uuid, number, hex,
|
||||
|
||||
Reference in New Issue
Block a user