]> git.madduck.net Git - etc/vim.git/blob - doc/ale-less.txt

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/ale/' content from commit 22185c4c
[etc/vim.git] / doc / ale-less.txt
1 ===============================================================================
2 ALE Less Integration                                         *ale-less-options*
3
4
5 ===============================================================================
6 lessc                                                          *ale-less-lessc*
7
8                                             *ale-options.less_lessc_executable*
9                                                   *g:ale_less_lessc_executable*
10                                                   *b:ale_less_lessc_executable*
11 less_lessc_executable
12 g:ale_less_lessc_executable
13   Type: |String|
14   Default: `'lessc'`
15
16   See |ale-integrations-local-executables|
17
18                                                *ale-options.less_lessc_options*
19                                                      *g:ale_less_lessc_options*
20                                                      *b:ale_less_lessc_options*
21 less_lessc_options
22 g:ale_less_lessc_options
23   Type: |String|
24   Default: `''`
25
26   This variable can be set to pass additional options to lessc.
27
28                                             *ale-options.less_lessc_use_global*
29                                                   *g:ale_less_lessc_use_global*
30                                                   *b:ale_less_lessc_use_global*
31 less_lessc_use_global
32 g:ale_less_lessc_use_global
33   Type: |String|
34   Default: `get(g:, 'ale_use_global_executables', 0)`
35
36   See |ale-integrations-local-executables|
37
38
39 ===============================================================================
40 prettier                                                    *ale-less-prettier*
41
42 See |ale-javascript-prettier| for information about the available options.
43
44
45 ===============================================================================
46 stylelint                                                  *ale-less-stylelint*
47
48                                         *ale-options.less_stylelint_executable*
49                                               *g:ale_less_stylelint_executable*
50                                               *b:ale_less_stylelint_executable*
51 less_stylelint_executable
52 g:ale_less_stylelint_executable
53   Type: |String|
54   Default: `'stylelint'`
55
56   See |ale-integrations-local-executables|
57
58                                            *ale-options.less_stylelint_options*
59                                                  *g:ale_less_stylelint_options*
60                                                  *b:ale_less_stylelint_options*
61 less_stylelint_options
62 g:ale_less_stylelint_options
63   Type: |String|
64   Default: `''`
65
66   This variable can be set to pass additional options to stylelint.
67
68                                         *ale-options.less_stylelint_use_global*
69                                               *g:ale_less_stylelint_use_global*
70                                               *b:ale_less_stylelint_use_global*
71 less_stylelint_use_global
72 g:ale_less_stylelint_use_global
73   Type: |String|
74   Default: `get(g:, 'ale_use_global_executables', 0)`
75
76   See |ale-integrations-local-executables|
77
78
79 ===============================================================================
80   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: