Skip to content

Commit

Permalink
Be smart
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Dec 15, 2016
1 parent f4a11a2 commit 68ad25f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -37,7 +37,7 @@ NOTES
### Highlighting problems on: `vertical-align`, `box-shadow`, and others

Some properties do not highlight correctly by default. This is a limitation of
Vim's highlight priority mechanism. To fix this problems, put following lines in
Vims highlight priority mechanism. To fix this problems, put following lines in
your `~/.vim/after/css.vim`:

setlocal iskeyword+=-
Expand All @@ -62,7 +62,7 @@ such as `-webkit-` or `-moz-`, etc. These are hard to maintain because they are:
* Changed unexpectedly
* Removed silently

These must be supported by separate syntax plugins (Vim 7.4's default CSS syntax
These must be supported by separate syntax plugins (Vim 7.4s default CSS syntax
file supports this). If you want to highlight prefixed properties or functions
manually, `:highlight` and `:match` would help:

Expand All @@ -75,8 +75,8 @@ cyan and bold (on gVim).

### CSS Preprocessors: [Sass][2], [LESS][3], and [Stylus][4]

`vim-css3-syntax` supports Sass's SCSS syntax only. If you want to use this
plugin with LESS, install [VIM-LESS][5]. Sass's indent syntax and Stylus are not
`vim-css3-syntax` supports Sasss SCSS syntax only. If you want to use this
plugin with LESS, install [VIM-LESS][5]. Sasss indent syntax and Stylus are not
supported.


Expand Down

0 comments on commit 68ad25f

Please sign in to comment.