mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add values-4.vim
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/
This commit is contained in:
2
after/syntax/css/values-4.vim
Normal file
2
after/syntax/css/values-4.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
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
|
||||
Reference in New Issue
Block a user