-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
Some languages such as Javascript, Swift, PHP and Java allow Unicode emoji outside of comments and strings. You might see code like this:
for(💜 in 💕) { 🎵(💜); }
Those should be emojified. We could fix this by making emojify-prog-contexts restrictions apply only to ASCII- and github-style emojis.
Reactions are currently unavailable