Skip to content

Commit 68ad25f

Browse files
committed
Be smart
1 parent f4a11a2 commit 68ad25f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ NOTES
3737
### Highlighting problems on: `vertical-align`, `box-shadow`, and others
3838

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

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

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

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

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

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

8282

0 commit comments

Comments
 (0)