1
0
Fork 0
mirror of synced 2024-06-02 15:31:09 -04:00
ultimate-vim/sources_non_forked/ale/doc/ale-cairo.txt

31 lines
1.2 KiB
Plaintext
Raw Normal View History

2022-08-08 09:45:34 -04:00
===============================================================================
ALE Cairo Integration *ale-cairo-options*
2024-01-07 10:14:20 -05:00
===============================================================================
scarb *ale-cairo-scarb*
g:ale_cairo_scarb_executable *g:ale_cairo_scarb_executable*
*b:ale_cairo_scarb_executable*
Default: `'scarb build'`
For Cairo1 projects using Scarb
For more information read 'https://docs.swmansion.com/scarb/'
2022-08-08 09:45:34 -04:00
===============================================================================
starknet *ale-cairo-starknet*
g:ale_cairo_starknet_executable *g:ale_cairo_starknet_executable*
*b:ale_cairo_starknet_executable*
Default: `'starknet-compile'`
Overrides the starknet-compile binary after installing the cairo-language.
For more information read 'https://starknet.io/docs/quickstart.html'
2024-01-07 10:14:20 -05:00
===============================================================================