Files
vim-css3-syntax/after/syntax/scss.vim
Jonathan Patt e7ecdb406d Enable default support for HTML and SCSS
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.
2012-12-16 18:10:34 -07:00

4 lines
149 B
VimL

runtime! syntax/css/*.vim
syn clear cssMediaBlock
syn region cssMediaBlock contained transparent matchgroup=cssBraces start='{' end='}' contains=TOP