mirror of https://github.com/dense-analysis/ale
updated documentation
This commit is contained in:
parent
87a0227d01
commit
489b7d64e4
|
@ -32,5 +32,16 @@ g:ale_ada_gnatpp_options *g:ale_ada_gnatpp_options*
|
||||||
This variable can be set to pass extra options to the gnatpp fixer.
|
This variable can be set to pass extra options to the gnatpp fixer.
|
||||||
|
|
||||||
|
|
||||||
|
===============================================================================
|
||||||
|
Ada Language Server *ale-ada-lsp*
|
||||||
|
|
||||||
|
g:ale_ada_lsp_executable *g:ale_ada_lsp_executable*
|
||||||
|
*b:ale_ada_lsp_executable*
|
||||||
|
Type: |String|
|
||||||
|
Default: `'ada_language_server'`
|
||||||
|
|
||||||
|
This variable can be changed to use a different executable for Ada Language
|
||||||
|
Server.
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||||
|
|
|
@ -15,6 +15,7 @@ Notes:
|
||||||
* Ada
|
* Ada
|
||||||
* `gcc`
|
* `gcc`
|
||||||
* `gnatpp`
|
* `gnatpp`
|
||||||
|
* `ada_language_server`
|
||||||
* Ansible
|
* Ansible
|
||||||
* `ansible-lint`
|
* `ansible-lint`
|
||||||
* API Blueprint
|
* API Blueprint
|
||||||
|
|
|
@ -2106,6 +2106,7 @@ documented in additional help files.
|
||||||
ada.....................................|ale-ada-options|
|
ada.....................................|ale-ada-options|
|
||||||
gcc...................................|ale-ada-gcc|
|
gcc...................................|ale-ada-gcc|
|
||||||
gnatpp................................|ale-ada-gnatpp|
|
gnatpp................................|ale-ada-gnatpp|
|
||||||
|
ada_language_server...................|ale-ada-lsp|
|
||||||
ansible.................................|ale-ansible-options|
|
ansible.................................|ale-ansible-options|
|
||||||
ansible-lint..........................|ale-ansible-ansible-lint|
|
ansible-lint..........................|ale-ansible-ansible-lint|
|
||||||
asciidoc................................|ale-asciidoc-options|
|
asciidoc................................|ale-asciidoc-options|
|
||||||
|
|
|
@ -24,6 +24,7 @@ formatting.
|
||||||
* Ada
|
* Ada
|
||||||
* [gcc](https://gcc.gnu.org)
|
* [gcc](https://gcc.gnu.org)
|
||||||
* [gnatpp](https://docs.adacore.com/gnat_ugn-docs/html/gnat_ugn/gnat_ugn/gnat_utility_programs.html#the-gnat-pretty-printer-gnatpp) :floppy_disk:
|
* [gnatpp](https://docs.adacore.com/gnat_ugn-docs/html/gnat_ugn/gnat_ugn/gnat_utility_programs.html#the-gnat-pretty-printer-gnatpp) :floppy_disk:
|
||||||
|
* [ada_language_server](https://github.com/AdaCore/ada_language_server)
|
||||||
* Ansible
|
* Ansible
|
||||||
* [ansible-lint](https://github.com/willthames/ansible-lint)
|
* [ansible-lint](https://github.com/willthames/ansible-lint)
|
||||||
* API Blueprint
|
* API Blueprint
|
||||||
|
|
Loading…
Reference in New Issue