mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Lexer: Upgraded attributes vector to a map of name to type
This commit is contained in:
parent
52d2bbd11a
commit
d0c4326af3
3 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
static const std::string uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
|
||||
static const unsigned int uuid_min_length = 8;
|
||||
std::map <std::string, std::string> Lexer::attributes;
|
||||
|
||||
std::string Lexer::dateFormat = "";
|
||||
bool Lexer::isoEnabled = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue