Manual: document checker less/stylelint.

This commit is contained in:
LCD 47 2017-11-05 15:45:34 +02:00
parent 1a4a4b77e9
commit 8102624901
2 changed files with 22 additions and 3 deletions

View File

@ -1844,7 +1844,7 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
See also: |syntastic-scss-stylelint|.
See also: |syntastic-less-stylelint|, |syntastic-scss-stylelint|.
==============================================================================
SYNTAX CHECKERS FOR CUCUMBER *syntastic-checkers-cucumber*
@ -3832,6 +3832,7 @@ The following checkers are available for LESS (filetype "less"):
1. lessc....................|syntastic-less-lessc|
2. RECESS...................|syntastic-less-recess|
3. stylelint................|syntastic-less-stylelint|
------------------------------------------------------------------------------
1. lessc *syntastic-less-lessc*
@ -3873,6 +3874,24 @@ accepts the standard options described at |syntastic-config-makeprg|.
See also: |syntastic-css-recess|.
------------------------------------------------------------------------------
3. stylelint *syntastic-less-stylelint*
Name: stylelint
Maintainer: Tim Carry <tim@pixelastic.com>
"stylelint" is a style linter for Cascading Stylesheets. See the project's
page for more information:
http://stylelint.io/
Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
See also: |syntastic-css-stylelint|, |syntastic-scss-stylelint|.
==============================================================================
SYNTAX CHECKERS FOR LEX *syntastic-checkers-lex*
@ -6139,7 +6158,7 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
accepts the standard options described at |syntastic-config-makeprg|.
See also: |syntastic-css-stylelint|.
See also: |syntastic-css-stylelint|, |syntastic-less-stylelint|.
==============================================================================
SYNTAX CHECKERS FOR SH *syntastic-checkers-sh*

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-90'
let g:_SYNTASTIC_VERSION = '3.8.0-92'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1