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

Lowercase color names #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Lowercase color names #18

wants to merge 3 commits into from

Commits on Oct 19, 2019

  1. Update trie

    - Refactor and clean up old code.
    - Fix the trie printing (it's perfect now :o)
    - Add the ability to search from a starting point. This can help
    avoid allocations.
    - Avoid an allocation in longest_prefix.
    Ashkan Kiani committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    9333430 View commit details
    Browse the repository at this point in the history
  2. Refactor and allow configuring of color_name_parser

    - A third parameter (undocumented) can be used to modify the initial
    configuration of the trie.
    - Allow printing a trie in thicc mode.
    Ashkan Kiani committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    34c8ce7 View commit details
    Browse the repository at this point in the history
  3. Allow per file configuration of lowercase.

    Ashkan Kiani committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    60a456a View commit details
    Browse the repository at this point in the history