Better-CSS-Syntax-for-Vim
Better-CSS-Syntax-for-Vim copied to clipboard
Better CSS Syntax for Vim
It appears that any @media stuff within the opening `{` and closing `}` are not initially highlighted correctly because it's interpreted as `cssPropRegion`. This sort of fixes itself after that...
[`css_color.vim`](http://www.vim.org/scripts/script.php?script_id=2150) applies colored background for color definitions and is a great tool for CSS. However, it stops working with your syntax file. It works with a stock css.vim without problems.
VAM fetches addon list from vim.org, however it supports SCM sources as well. Those have to be registered first. It would be nice if you do it to make your...