summaryrefslogtreecommitdiff
path: root/doc/ale-css.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-css.txt')
-rw-r--r--doc/ale-css.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ale-css.txt b/doc/ale-css.txt
index 1abb6cd1..83838fb9 100644
--- a/doc/ale-css.txt
+++ b/doc/ale-css.txt
@@ -6,7 +6,7 @@ ALE CSS Integration *ale-css-options*
stylelint *ale-css-stylelint*
g:ale_css_stylelint_executable *g:ale_css_stylelint_executable*
-
+ *b:ale_css_stylelint_executable*
Type: |String|
Default: `'stylelint'`
@@ -16,15 +16,17 @@ g:ale_css_stylelint_executable *g:ale_css_stylelint_executable*
If you wish to use only a globally installed version of stylelint, set
|g:ale_css_stylelint_use_global| to `1`.
-g:ale_css_stylelint_options *g:ale_css_stylelint_options*
+g:ale_css_stylelint_options *g:ale_css_stylelint_options*
+ *b:ale_css_stylelint_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to stylelint.
-g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
+g:ale_css_stylelint_use_global *g:ale_css_stylelint_use_global*
+ *b:ale_css_stylelint_use_global*
Type: |String|
Default: `0`