aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Just remove the old handlingAkianonymus2022-09-03
|
* colorizer: Fix an edgecase when colorizer is enabled for buftype but ↵Akianonymus2022-09-03
| | | | | | disabled for filetype it should remain disabled if any
* README: Update doc linkAkianonymus2022-09-03
|
* fragment | Implement better autocmd management | refactorAkianonymus2022-09-03
| | | | | | | | | | | | add a all_buffers option - colorizer will activate on all buffers, empty or not, still respect filetypes option handle errors when detach is called multiple times from the same buffer use bufdelete and bufdelete to remove the autocmds use a more efficient compile parse_fn function use custom ldoc template to generate vim help
* feat: Incremental highlight loadingAkianonymus2022-08-28
| | | | highly inspired/copied from https://github.com/brenoprata10/nvim-highlight-colors
* fix some lsp warningsAkianonymus2022-08-27
|
* Use string.format to convert to hexAkianonymus2022-08-27
|
* fix: error when invalid hsl/rgb valuesAkianonymus2022-08-27
| | | | more like a type fix
* Merge pull request #8 from Akianonymus/masterSidhanth Rathod2022-08-14
|\ | | | | Use native api functions | Convert colorizer.vim to colorizer.lua
| * Use native api functions | Convert colorizer.vim to colorizer.luaAkianonymus2022-08-13
|/
* Merge pull request #4 from lasse16/masterSidhanth Rathod2022-08-08
|\ | | | | Add highlighting for space-seperated css function calls
| * Add highlighting for space-seperated css function callsLasse Haffke2022-08-08
|/
* Merge pull request #3 from sindrets/fix/clear-hl-cacheSidhanth Rathod2022-08-07
|\ | | | | fix: Clear the highlight cache on 'ColorScheme' event.
| * fix: Clear the highlight cache on 'ColorScheme' event.Sindre T. Strøm2022-08-07
|/
* Merge pull request #7 from sitiom/patch-1Sidhanth Rathod2022-08-07
|\ | | | | Fix installation link
| * Fix installation linksitiom2022-08-07
|/
* Merge pull request #5 from sitiom/patch-1Sidhanth Rathod2022-08-07
|\ | | | | stylua: `no_call_parentheses` -> `call_parentheses`
| * stylua: `no_call_parentheses` -> `call_parentheses`sitiom2022-07-02
| |
* | format filessiduck2022-07-22
|/
* Merge pull request #2 from br1anchen/mastersiduck2022-04-03
|\ | | | | Add support for 0xAARRGGBB and vritualtext mode fix
| * Format colorizer with updated stylua configBrian Chen2022-02-25
| |
| * Update HIGHLIGHT_MODE_NAMES with virtualtextBrian Chen2022-02-25
| |
| * Update readme with virtualtext modeBrian Chen2022-02-25
| |
| * Add support for 0xAARRGGBBBrian Chen2022-02-25
|/ | | | ref: https://github.com/norcalli/nvim-colorizer.lua/pull/58
* Allow lower case color namesAkianonymus2022-02-07
|
* using virtualtext as one option for highlightDingcheng Yue2022-02-07
|
* Fix parsing for RRGGBBAA hex codesKye Shi2022-02-07
|
* Update install instructionAkin2020-06-11
| | | This PR updates the README to make it clear to users that they have to add the lua setup line after of the block where the plugin is added. I just hit this issue and found #38 which explained and resolved it for me so I've added it to the README. Hopefully that helps :+1:
* 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
|