ap / vim-css-color

Preview colours in source code while editing
http://www.vim.org/scripts/script.php?script_id=5056
MIT License
1.77k stars 78 forks source link

Support CSS Color Module Level 4 #193

Open ap opened 5 months ago

ap commented 5 months ago

The syntax now allows omitting the commas between values, in which case a slash must be used to separate the opacity value.

Lots of new functions added as well, for which sample code is provided at https://www.w3.org/TR/css-color-4/#color-conversion-code.