Vim Tips Wiki
Register
Advertisement

Use this page to discuss script 3220 css: better CSS syntax highlighting

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

Great improvement over the the current default distribution of css.vim! So far I've noticed this fixes:

  • Basic syntax-highlighting on CSS syntax-errors (eg.: it highlights subsequent lines when you have an error like: putting a ":" colon at the end of an attribute, instead of a ";" semi-colon).

Some 's' (in some comment sections and in 'font-family: sans-serif;' will be highlighted.

Chris: issue of highlighting 's' in 'font-family' is fixed.

Advertisement