Vim Tips Wiki
Register
(Change <tt> to <code>, perhaps also minor tweak.)
 
Line 3: Line 3:
 
==Comments==
 
==Comments==
 
Great improvement over the the current default distribution of ''css.vim''! So far I've noticed this fixes:
 
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'').
+
*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.
 
Some 's' (in some comment sections and in 'font-family: sans-serif;' will be highlighted.

Latest revision as of 09:50, 14 July 2012

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.