mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
This is a syntax file for CSS Values and Units Module Level 4. See also: https://www.w3.org/TR/2018/CR-css-values-3-20180814/
3 lines
213 B
VimL
3 lines
213 B
VimL
syn match cssValueLength contained "[-+]\=\d\+\(\.\d*\)\=\(vi\|vb\|ic\|cap\|lh\|rlh\)"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(min\|max\|clamp\|toggle\)\s*(" end=")" oneline keepend
|