mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lexer: Boosted precedence of UUID detection
This commit is contained in:
parent
1c2500a8a1
commit
d6f977e2dd
1 changed files with 1 additions and 1 deletions
|
@ -79,9 +79,9 @@ bool Lexer::token (std::string& token, Lexer::Type& type)
|
||||||
isDuration (token, type) ||
|
isDuration (token, type) ||
|
||||||
isURL (token, type) ||
|
isURL (token, type) ||
|
||||||
isPair (token, type) ||
|
isPair (token, type) ||
|
||||||
|
isUUID (token, type) ||
|
||||||
isSet (token, type) ||
|
isSet (token, type) ||
|
||||||
isDOM (token, type) ||
|
isDOM (token, type) ||
|
||||||
isUUID (token, type) ||
|
|
||||||
isHexNumber (token, type) ||
|
isHexNumber (token, type) ||
|
||||||
isNumber (token, type) ||
|
isNumber (token, type) ||
|
||||||
isSeparator (token, type) ||
|
isSeparator (token, type) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue