about summary refs log tree commit diff stats
path: root/emoticons.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added some more emoticonsKelly Rauchenberger2016-02-031-1/+5
|
* Terminator characters in the middle of tokens are no longer strippedKelly Rauchenberger2016-02-031-2/+9
| | | | Emoticon checking is also now case sensitive, and a few more emoticons were added to the list.
* Added emoji freevarKelly Rauchenberger2016-02-011-0/+6
Strings of emojis are tokenized separately from anything else, and added to an emoticon freevar, which is mixed in with regular emoticons like :P. This breaks old-style freevars like $name$ and $noun$ so some legacy support for compatibility is left in but eventually $name$ should be made into an actual new freevar. Emoji data is from gemoji (https://github.com/github/gemoji).