diff options
-rw-r--r-- | doc/ale-reasonml.txt | 8 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt index fddd7d75..3d411485 100644 --- a/doc/ale-reasonml.txt +++ b/doc/ale-reasonml.txt @@ -1,12 +1,12 @@ =============================================================================== -ALE ReasonML Integration *ale-reasonml-options* +ALE ReasonML Integration *ale-reasonml-options* ------------------------------------------------------------------------------- -merlin *ale-reasonml-merlin* +merlin *ale-reasonml-merlin* - To use merlin linter for ReasonML source code you need to make sure Merlin for - Vim is correctly configured. See the corresponding Merlin wiki page for + To use merlin linter for ReasonML source code you need to make sure Merlin + for Vim is correctly configured. See the corresponding Merlin wiki page for detailed instructions (https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch). diff --git a/doc/ale.txt b/doc/ale.txt index 7f391964..0e9ad35b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -153,6 +153,7 @@ The following languages and tools are supported. * Pug: 'pug-lint' * Puppet: 'puppet', 'puppet-lint' * Python: 'flake8', 'mypy', 'pylint' +* ReasonML: 'merlin' * reStructuredText: 'proselint' * RPM spec: 'spec' * Rust: 'rustc' (see |ale-integration-rust|) |