aboutsummaryrefslogtreecommitdiff
path: root/doc/modules/colorizer.utils.html
Commit message (Collapse)AuthorAge
* Separate parsers into individual filesakianonymus2023-02-27
|
* fix: Make always update buffer configurable | #52akianonymus2023-02-26
| | | | disabled by default
* feat: Improve hsl parserakianonymus2023-02-25
| | | | | | | | | | follow https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl add support for deg, turn and all alpha values merge hsl and hsla into one parser less regex computation
* Generate missing docs for utils.luaAkianonymus2022-09-28
|
* [FEATURE] Add support for sass variablesAkianonymus2022-09-14
| | | | | | | | | | | | | | | | | | | | | | | | Import support import using use and import keyword multiple imports in single line multiple imports in multiple lines ( using commas ) recursive imports watch imports for changes and automatically rehighlight buffer buffer variables recursive variables support multiple variables in single line parse imported files only when they are changed Loosely based on https://github.com/norcalli/nvim-colorizer.lua/pull/22/files
* 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