Files
vim-css3-syntax/after/syntax/css/css3-conditional.vim
2014-06-06 02:10:59 +09:00

2 lines
209 B
VimL

syn region cssInclude start=/@supports\>/ end=/\ze{/ skipwhite skipnl contains=css.*Prop,css.*Attr,cssValueInteger,cssValueLength,cssMediaKeyword,cssVendor,cssIncludeKeyword,cssComment nextgroup=cssMediaBlock