Module colorizer.parser.css_var
CSS Custom Properties Parser
Parses CSS custom property definitions (--name:
Stateful: scans the buffer for definitions before parsing, similar to the Sass variable parser.
Functions
| cleanup (bufnr) | Cleanup per-buffer state |
| update_variables (bufnr, line_start, line_end, lines, color_parser) | Scan buffer lines for CSS custom property definitions |