Skip to content

ruanyl/BetterCss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3220


Syntax highlights for full CSS2, most of HTML5 & CSS3 properties (include prefix like -moz-).

Preview:

Molokai sheme:

https://img.skitch.com/20120531-nt3x6qcgkjj7huarpfsh65cmph.jpg

Slate scheme:

https://img.skitch.com/20120531-ju922dsa9u68ib7cbwq27yaygj.jpg

Known issue:

- May not collaborate with some plugins, e.g. CSS Color, Sass
- Some properties can't highlighted well with prefix
- CSS3 animation properties highlighting

Because of this plugin is built for standard CSS and not compatible with original css.vim[1], if you run into any error that related to CSS, you may need this:

Sass:

How to get rid of the error:

- edit `sass.vim`, go to line 16, delete `cssValue.*,`
- edit your `.vimrc`, add `au BufRead,BufNewFile *.sass set filetype=css`

Or, try css3 syntax[2] or vim-css3-syntax[3].

----

[1] chrisyip/Better-CSS-Syntax-for-Vim#9 (comment)
[2] http://www.vim.org/scripts/script.php?script_id=3042
[3] https://github.com/hail2u/vim-css3-syntax