mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Most anyone who works with CSS will encounter inline CSS in HTML at some point, so it follows that this should support that by default. Additionally, SCSS is quite popular at this point and it makes more sense to support it by default than to require manually enabling it.
4 lines
149 B
VimL
4 lines
149 B
VimL
runtime! syntax/css/*.vim
|
|
syn clear cssMediaBlock
|
|
syn region cssMediaBlock contained transparent matchgroup=cssBraces start='{' end='}' contains=TOP
|