Module colorizer.constants
Constants This module provides constants that are required across the application.
Tables
| autocmd | Autocommand group for setting up Colorizer |
| bytes | Byte values for commonly matched characters |
| defaults | Miscellaneous constants |
| highlight_mode_names | Highlight mode names. |
| namespace | Namespaces used for colorizing - default - Default namespace - tailwind - Namespace used for creating extmarks to prevent tailwind name parsing from overwriting tailwind lsp highlights |
| plugin | Plugin name |
Tables
- autocmd
- Autocommand group for setting up Colorizer
- bytes
- Byte values for commonly matched characters
- defaults
- Miscellaneous constants
- highlight_mode_names
- Highlight mode names. Used to create highlight names to be used with vim.api.nvimbufset_extmark - background - Background mode - foreground - Foreground mode - underline - Underline mode (colored via special/sp) - virtualtext - Virtual text mode
- namespace
- Namespaces used for colorizing - default - Default namespace - tailwind - Namespace used for creating extmarks to prevent tailwind name parsing from overwriting tailwind lsp highlights
- plugin
- Plugin name