diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-27 00:22:30 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-27 00:23:06 +0100 |
commit | 10679b29c31bd3843adb6ae6082cb56e40d4fda6 (patch) | |
tree | 9816a1ba05c1303ef3899df88cf3832964a28ee6 /doc | |
parent | fbed7c15b95d712be105d20319eda4fedf1c6489 (diff) | |
download | ale-10679b29c31bd3843adb6ae6082cb56e40d4fda6.zip |
Sort out some documentation for ReasonML
Diffstat (limited to 'doc')
-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|) |