mirror of
https://github.com/norcalli/nvim-colorizer.lua.git
synced 2026-09-13 08:16:15 -04:00
* ref(utils): renames byte_is_valid_colorchar to byte_is_valid_color_char * test: adds test cases for nonalphanumeric custom_names including spaces * fix(util): do not add spaces as an additional color character for checking valid color chars * chore: adds error message if trie returns length but not rgb_hex * doc: updates readme and ldoc * ref(trie): dynamically build char_lookup based on inserted words, removes need for adding additional characters manually * ref(tailwind_names): tailwind names uses same trie as names * fix: removes reference to tailwind_names module * feat: Trie dynamically allocates memory for each node and resizes capacity when needed. Starts with an initial capacity of 8 * chore: removes old ldoc html file * doc: let ldoc decide which markdown parser to use * test: creates start_minimal-trie.sh script to run trie tests * test: creates makefile for executing testing targets * chore: creates trie benchmarks for different initial capacity settings |
||
|---|---|---|
| .. | ||
| gen_docs.sh | ||
| minimal-colorizer.sh | ||
| trie-benchmark.sh | ||
| trie-test.sh | ||