You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2022. It is now read-only.
I have multiple todo's in my code base.
Some of them are written like this:
// todo do something
or
// todo: do something
Amigo does not recognize the 2nd one because of the ':' and I cannot add multiple tokens per classification.
Could you add that feature in?