summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-reasonml.txt15
-rw-r--r--doc/ale.txt1
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt
new file mode 100644
index 00000000..3d411485
--- /dev/null
+++ b/doc/ale-reasonml.txt
@@ -0,0 +1,15 @@
+===============================================================================
+ALE ReasonML Integration *ale-reasonml-options*
+
+
+-------------------------------------------------------------------------------
+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
+ detailed instructions
+ (https://github.com/the-lambda-church/merlin/wiki/vim-from-scratch).
+
+
+-------------------------------------------------------------------------------
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
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|)