Enum representing the different types of tokens in a todo.txt line.
Completion marker "x"
Context tag starting with "@"
Date in YYYY-MM-DD format
Key-value pair key ending with a colon
Priority marker "(A)" through "(Z)"
Project tag starting with "+"
Any other word (fallback)
Enum representing the different types of tokens in a todo.txt line.