mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Lexer
- Improved comment.
This commit is contained in:
parent
c9d61ff71b
commit
d202691638
1 changed files with 3 additions and 2 deletions
|
@ -706,6 +706,7 @@ bool Lexer::isPair (std::string& token, Lexer::Type& type)
|
|||
Lexer::Type ignoredType;
|
||||
if (isIdentifier (ignoredToken, ignoredType))
|
||||
{
|
||||
// Look for rc.name[:=]value first, because '=' is allowed.
|
||||
if (ignoredToken == "rc" ||
|
||||
ignoredToken.substr (0, 3) == "rc.")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue