about summary refs log tree commit diff stats
path: root/prefix_search.h
Commit message (Collapse)AuthorAgeFilesLines
* Added emoji freevarKelly Rauchenberger2016-02-011-0/+23
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).