File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
### Highlighting problems on: ` vertical-align ` , ` box-shadow ` , and others
38
38
39
39
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
+ Vim’ s highlight priority mechanism. To fix this problems, put following lines in
41
41
your ` ~/.vim/after/css.vim ` :
42
42
43
43
setlocal iskeyword+=-
@@ -62,7 +62,7 @@ such as `-webkit-` or `-moz-`, etc. These are hard to maintain because they are:
62
62
* Changed unexpectedly
63
63
* Removed silently
64
64
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.4’ s default CSS syntax
66
66
file supports this). If you want to highlight prefixed properties or functions
67
67
manually, ` :highlight ` and ` :match ` would help:
68
68
@@ -75,8 +75,8 @@ cyan and bold (on gVim).
75
75
76
76
### CSS Preprocessors: [ Sass] [ 2 ] , [ LESS] [ 3 ] , and [ Stylus] [ 4 ]
77
77
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 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
80
80
supported.
81
81
82
82
You can’t perform that action at this time.
0 commit comments