aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bugfix for no matches and trim extra width.color-editorAshkan Kiani2020-01-02
|
* Add "set" keys to jump to a percentage.Ashkan Kiani2020-01-02
|
* Fix tabs to spaces and use a long name.Ashkan Kiani2020-01-02
|
* Add color_picker and refactor.Ashkan Kiani2020-01-02
|
* Merge branch 'master' of github.com:norcalli/nvim-colorizer.luaAshkan Kiani2019-11-07
|\
| * Implement ColorizerToggle commandJames Reed2019-11-07
| | | | | | | | Closes #27.
| * Add function to check if attached to a bufferJames Reed2019-11-07
| |
| * Update bug.mdAshkan Kiani2019-10-26
| |
| * Update issue templatesAshkan Kiani2019-10-24
| |
* | Disable strict index checking.Ashkan Kiani2019-11-07
|/
* Add github funding.Ashkan Kiani2019-10-23
|
* Move dependencies to their own directory. (#21)Ashkan Kiani2019-10-22
|
* Refactor (#19)Ashkan Kiani2019-10-19
| | | | | | | | - 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. - Refactor and allow configuring of color_name_parser setup
* Update trieAshkan Kiani2019-10-19
| | | | | | | | - 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.
* Improve algorithm performance and correctness. (#15)Ashkan Kiani2019-10-18
| | | | | | | | | | | - Disable highlighting for HEX codes and NAME codes when preceded by alphanumeric codes. - Hand written parser with 1 pass parsing. - Update Trie to be more ergonomic. - Add test file with expected outputs for edge cases. - Cache matcher creation and refactor. - Refactor Faster than ever baby
* Change wording in README.Ashkan Kiani2019-10-18
|
* Add notes on compatibility to the README.Ashkan Kiani2019-10-18
|
* Update color functions (#13)Ashkan Kiani2019-10-18
| | | | | | - Add hsl, hsla, rgba, RRGGBBAA - Redo the parser for rgb,rgba,hsl,hsla codes. - Fix the trie implementation. - Bugfix and refactor alpha/error handling
* Allow excluding files from highlight with '*' (#11)Ashkan Kiani2019-10-18
| | | Fixes GH-5
* Update docs and luadocsAshkan Kiani2019-10-18
|
* Update with fully qualified settings and commands.Ashkan Kiani2019-10-18
| | | | | | | | - Add command documentation and new commands. - Add new settings which have a better naming scheme. - Fix reloading settings and add a command to detach highlighter. - Fix #RGB pattern like for #define where it will highlight the #def part.
* Add FileType information to the README (#10)Filipe Kiss2019-10-18
| | | | * Add FileType information to the README * Add ColorizerAttachToBuffer command
* Merge branch 'master' of github.com:norcalli/nvim-colorizer.luaAshkan Kiani2019-10-17
|\
| * Update README.mdAshkan Kiani2019-10-17
| |
* | Add Demo.gifAshkan Kiani2019-10-17
|/
* LICENSEAshkan Kiani2019-10-17
|
* Refactor and cleanup.Ashkan Kiani2019-10-17
|
* Critical bugfix!Ashkan Kiani2019-10-17
|
* ./README.mdAshkan Kiani2019-10-17
|
* Add reload and bugfix highlight name.Ashkan Kiani2019-10-17
| | | | | | Add ReloadBufferColorizer Add nvim.lua Fix highlight_buffer names for highlight_cache
* ./README.mdAshkan Kiani2019-10-17
|
* Add colorizer-lua.txtAshkan Kiani2019-10-17
|
* Add readme, docs, rgb(), #RGB, and optionsAshkan Kiani2019-10-17
| | | | | | | - Add support for `rgb(...)` functions behind an option gate. - Highlight #RGB codes. - Add options, like `rgb_fn` and `no_names` - Add luadoc.
* Initial commit.Ashkan Kiani2019-10-17