This commit is contained in:
Kyo Nagashima
2016-12-15 16:13:10 +09:00
parent f4a11a2dfa
commit 68ad25f13a

View File

@@ -37,7 +37,7 @@ NOTES
### Highlighting problems on: `vertical-align`, `box-shadow`, and others ### Highlighting problems on: `vertical-align`, `box-shadow`, and others
Some properties do not highlight correctly by default. This is a limitation of 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`: your `~/.vim/after/css.vim`:
setlocal iskeyword+=- setlocal iskeyword+=-
@@ -62,7 +62,7 @@ such as `-webkit-` or `-moz-`, etc. These are hard to maintain because they are:
* Changed unexpectedly * Changed unexpectedly
* Removed silently * 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 file supports this). If you want to highlight prefixed properties or functions
manually, `:highlight` and `:match` would help: manually, `:highlight` and `:match` would help:
@@ -75,8 +75,8 @@ cyan and bold (on gVim).
### CSS Preprocessors: [Sass][2], [LESS][3], and [Stylus][4] ### CSS Preprocessors: [Sass][2], [LESS][3], and [Stylus][4]
`vim-css3-syntax` supports Sass's SCSS syntax only. If you want to use this `vim-css3-syntax` supports Sasss SCSS syntax only. If you want to use this
plugin with LESS, install [VIM-LESS][5]. Sass's indent syntax and Stylus are not plugin with LESS, install [VIM-LESS][5]. Sasss indent syntax and Stylus are not
supported. supported.