Vim Tips Wiki
(clearer example)
(github link broken)
Line 4: Line 4:
 
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'').
  +
----
  +
The github link (http://github.com/ChrisYs/Better-CSS-Syntax-for-Vim) on the vim.org page is broken. Can this be corrected? --[[User:Fritzophrenic|Fritzophrenic]] 15:06, October 5, 2010 (UTC)

Revision as of 15:06, 5 October 2010

Use this page to discuss script 3220 3220

  • 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).

The github link (http://github.com/ChrisYs/Better-CSS-Syntax-for-Vim) on the vim.org page is broken. Can this be corrected? --Fritzophrenic 15:06, October 5, 2010 (UTC)