Skip to content

Commit

Permalink
Fix document syntax errors, and format Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
fremff committed Apr 26, 2013
1 parent cf33db0 commit 44e60d2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## Introduction

The script is based on the official css syntax file, to find it [in here](http://fleiner.com/vim/syntax/css.vim)
CSS3 syntax highlighting support. Include many of CSS3 Property,Attribute,Selector,
support for the prefix " -moz-,-webkit- ,-o-,-ms- ", and complete the At-rule groups,
see : https://developer.mozilla.org/en-US/docs/CSS/At-rule ,
support for beautify CSS feature, you can use it to by the :CSSBeautify command.

The script is based on the [original css syntax file](http://fleiner.com/vim/syntax/css.vim),
and support for CSS3 syntax highlighting.
This script include many of CSS3 Property,Attribute and Selector,
the prefix " -moz-,-webkit- ,-o-,-ms- " support,
and complete the At-rule groups, see the [link](https://developer.mozilla.org/en-US/docs/CSS/At-rule).
Also, it support the beautify CSS feature, you can use it to by the :CSSBeautify command.

## For the CSSBeautify command :

/* Original */

style
style:

body{ width:680px ;
background-color:#FFF;
Expand All @@ -28,7 +28,7 @@ a:nth-of-type(2n)

/* After the command execution */

style
style:

body {
width: 680px ;
Expand Down

0 comments on commit 44e60d2

Please sign in to comment.