Manual: document checker less/stylelint.
This commit is contained in:
parent
1a4a4b77e9
commit
8102624901
@ -1844,7 +1844,7 @@ Checker options~
|
|||||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||||
accepts the standard options described at |syntastic-config-makeprg|.
|
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*
|
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|
|
1. lessc....................|syntastic-less-lessc|
|
||||||
2. RECESS...................|syntastic-less-recess|
|
2. RECESS...................|syntastic-less-recess|
|
||||||
|
3. stylelint................|syntastic-less-stylelint|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
1. lessc *syntastic-less-lessc*
|
1. lessc *syntastic-less-lessc*
|
||||||
@ -3873,6 +3874,24 @@ accepts the standard options described at |syntastic-config-makeprg|.
|
|||||||
|
|
||||||
See also: |syntastic-css-recess|.
|
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*
|
SYNTAX CHECKERS FOR LEX *syntastic-checkers-lex*
|
||||||
|
|
||||||
@ -6139,7 +6158,7 @@ Checker options~
|
|||||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||||
accepts the standard options described at |syntastic-config-makeprg|.
|
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*
|
SYNTAX CHECKERS FOR SH *syntastic-checkers-sh*
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.8.0-90'
|
let g:_SYNTASTIC_VERSION = '3.8.0-92'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user