aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Re-host on git.ache.oneHEADmasterache2024-05-29
|
* fix: missing commaChristopher Yu2023-12-23
|
* feat: new tailwind color [*-950]Christopher Yu2023-12-23
|
* Separate parsers into individual filesakianonymus2023-02-27
|
* fix: virtualtext on nonfocused window update | #41akianonymus2023-02-27
| | | | | virtual text mode was always highlighting the current buffer, so lets change that
* fix: Make always update buffer configurable | #52akianonymus2023-02-26
| | | | disabled by default
* feat: Support modern rgb/rgba syntaxakianonymus2023-02-26
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb
* fix: hsl: for multiple spaces in betweenakianonymus2023-02-26
|
* fix: Highlight buffer even if not focused | #28akianonymus2023-02-26
| | | | like cmp comletion menu
* fix: Improve individual opts behaviour | #48akianonymus2023-02-26
| | | | | | | | See https://github.com/NvChad/nvim-colorizer.lua/issues/48 css is true, names is true: Show names css is true, names is unset: Show names css is true, names is false: Don't show names
* 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
* docs: fix unquoted string in READMEStel Abrego2023-02-21
|
* chore(buffer): add hl_mode to nvim_buf_set_extmark()Mushfiq Mahmud2022-10-29
|
* Add missing space in README's setup instructionsMatt Kelly2022-10-29
| | | Just a simple typo fix. Thanks for the great tool.
* remove unwanted codeAli Shahid2022-10-29
|
* Generate missing docs for utils.luaAkianonymus2022-09-28
|
* Fix detach when setup is called multiple times | #25Akianonymus2022-09-28
| | | | regen docs for previous commit
* Fix: Error when - in hex color | #24Akianonymus2022-09-22
|
* tailwind: Fix error on lsp method | Fix #22Akianonymus2022-09-15
| | | | Co-authored-by: Laytan Laats <laytanlaats@hotmail.com>
* Bump required neovim version to 0.7Akianonymus2022-09-15
| | | | why are you using the older version ?
* sass: Fix multiple imports on a single lineAkianonymus2022-09-15
|
* Better structure and naming | Misc improvementsAkianonymus2022-09-15
|
* fix(gitignore) Add doc/tags to .gitignoresoupersauce2022-09-15
| | | | | | | nvim-colorizer often fails to update with PackerSync because the tags file will diverge from what is tracked in the repository. Ignoring this file will prevent users from needing to manually intervene to update the plugin.
* Seperate tailwind stuff | Fix for neovim 0.7Akianonymus2022-09-14
| | | | | | | Seperate the lines parsing logic in buffer_utils, upcoming multi threading parsing and processing Update docs
* buffer_utils: Perf improvementsAkianonymus2022-09-14
| | | | sike, you thought
* Seperate sass codeAkianonymus2022-09-14
|
* buffer_utils: A very vague commit messageAkianonymus2022-09-14
|
* [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
* buffer_utils: Do not error when lsp info cannot be fetchedAkianonymus2022-09-14
|
* Minor README tweaks including updating the doc links (#19)Rolv Apneseth2022-09-10
| | | | | * Minor fix - removed "." in link for nvim-highlight-colors which was causing it to return a 404 * Updated doc links in the readme
* Merge pull request #17 from Rolv-Apneseth/masterSidhanth Rathod2022-09-09
|\ | | | | Minor README tweaks
| * Updated packer example use line to point to the NvChad fork of ↵rolv2022-09-09
| | | | | | | | nvim-colorizer.lua
| * Minor fix for example options given in README.md so that it is valid Luarolv2022-09-09
|/
* tailwind: Fix detach when attach is executed multiple timesAkianonymus2022-09-09
|
* Make sure to use existing options when attaching bufferAkianonymus2022-09-09
|
* Fix reload on au ColorScheme | Check if buffer is valid before attachingAkianonymus2022-09-09
|
* tailwind: Do not use LspAttach method if vim version <= 7Akianonymus2022-09-08
| | | | https://github.com/NvChad/nvim-colorizer.lua/pull/15#issuecomment-1239692707
* docs: Use name in Last Updated | Cleanup | Improve insert mode perfAkianonymus2022-09-08
| | | | Fix highlight not refreshing for last line when tailwind mode is activated
* tailwind: Use true for normal modeAkianonymus2022-09-07
| | | | For first start, wait 100 ms before trying to get some info from the lsp
* buffer_utils: Validate rgb_hex too | trie: Add exact param to longest_prefixAkianonymus2022-09-07
|
* utils: Improve percent_or_hex functionAkianonymus2022-09-06
|
* Fix https://github.com/NvChad/nvim-colorizer.lua/issues/12 | Add support for ↵Akianonymus2022-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tailwind colors Three methods normal: Use the hardcoded colors lsp: Use lsp to fetch colors both: Use the hardcoded colors and use lsp too if available although this is hardcoding, but working with what we got, has all the colors tailwind provides, atleast the prebuilt ones for new defined colors, have to enable the lsp method Generated using https://github.com/tailwindlabs/tailwindcss/raw/master/src/public/colors.js and https://github.com/tailwindlabs/tailwindcss/raw/master/src/corePlugins.js use a different namespace than default for tailwind lsp method only try to use lsp method if attached Misc changes export the user_default_settings to doc clear name space after the lines are processed for a smooth transition cleanup some code
* colorizer: Make sure it works without giving any configAkianonymus2022-09-03
|
* 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
|