]> git.madduck.net Git - etc/vim.git/blob - doc/ale-cairo.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-cairo.txt
1 ===============================================================================
2 ALE Cairo Integration                                       *ale-cairo-options*
3
4
5 ===============================================================================
6 scarb                                                         *ale-cairo-scarb*
7
8                                            *ale-options.cairo_scarb_executable*
9                                                  *g:ale_cairo_scarb_executable*
10                                                  *b:ale_cairo_scarb_executable*
11 cairo_scarb_executable
12 g:ale_cairo_scarb_executable
13   Type: |String|
14   Default: `'scarb build'`
15
16   For Cairo1 projects using Scarb
17
18   For more information read 'https://docs.swmansion.com/scarb/'
19
20
21 ===============================================================================
22 starknet                                                   *ale-cairo-starknet*
23
24                                         *ale-options.cairo_starknet_executable*
25                                               *g:ale_cairo_starknet_executable*
26                                               *b:ale_cairo_starknet_executable*
27 cairo_starknet_executable
28 g:ale_cairo_starknet_executable
29   Type: |String|
30   Default: `'starknet-compile'`
31
32   Overrides the starknet-compile binary after installing the cairo-language.
33
34   For more information read 'https://starknet.io/docs/quickstart.html'
35
36
37 ===============================================================================
38   vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: