Skip to content
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

Emoji with dashes unsupported #99

Open
sj26 opened this issue Nov 29, 2020 · 0 comments
Open

Emoji with dashes unsupported #99

sj26 opened this issue Nov 29, 2020 · 0 comments
Labels

Comments

@sj26
Copy link
Member

sj26 commented Nov 29, 2020

There's a report in the emojis repo that :amazon-cogito: isn't recognised: buildkite/emojis#252

I believe it's because of this emoji regexp:

var emojiRegexp = regexp.MustCompile(`:\w+:`)

\w does not include - (see the re2 docs) so it isn't matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants