diff options
author | Lucas Kolstad <lkolstad@uw.edu> | 2017-03-25 16:02:59 -0700 |
---|---|---|
committer | Lucas Kolstad <lkolstad@uw.edu> | 2017-03-25 16:36:17 -0700 |
commit | d84d91ff35cf2852556c10a6bed6c3979348c507 (patch) | |
tree | 70aa97b50fb08ac4084fbd3c9bd7dac9de54f2e9 /doc | |
parent | 822b19ac8376677d73c4df5ce80ed708a1cabd8b (diff) | |
download | ale-d84d91ff35cf2852556c10a6bed6c3979348c507.zip |
Add support for ASM files using GCC
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index a5630977..fb71de4e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -43,6 +43,7 @@ CONTENTS *ale-contents* 4.31. yamllint........................|ale-linter-options-yamllint| 4.32. cmakelint.......................|ale-linter-options-cmakelint| 4.33. perl-perl.......................|ale-linter-options-perl-perl| + 4.34. asm-gcc.........................|ale-linter-options-asm-gcc| 5. Linter Integration Notes.............|ale-linter-integration| 5.1. merlin..........................|ale-linter-integration-ocaml-merlin| 5.2. rust.............................|ale-integration-rust| @@ -74,6 +75,7 @@ ALE supports the following key features: The following languages and tools are supported. +* ASM: 'gcc' * Ansible: 'ansible-lint' * Asciidoc: 'proselint' * Bash: 'shell' (-n flag), 'shellcheck' @@ -1120,6 +1122,16 @@ g:ale_perl_perl_options *g:ale_perl_perl_options* This variable can be changed to alter the command-line arguments to the perl invocation. +------------------------------------------------------------------------------- +4.34. asm-gcc *ale-linter-options-asm-gcc* + +g:ale_asm_gcc_options *g:ale_asm_gcc_options* + + Type: |String| + Default: `'-Wall'` + + This variable can be set to pass additional options to gcc. + =============================================================================== 5. Linter Integration Notes *ale-linter-integration* |