-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support full list of GitHub keywords #73
Conversation
As an additional question here, should this support the keywords with a colon? For examples |
2ee2ef7
to
d72b653
Compare
What's your thought? I personally find it odd to use colons here but I see people doing it. So why not support / recognize that one, too. |
I think since Github supports it, it probably makes sense to support here as well. |
Added support for the colon. Feedback welcome. I originally attempted doing the If there are tests somewhere else that need to be updated, let me know, this seemed to be the right location. |
324dbb8
to
3e93c50
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, thanks for your contribution.
Closes #71