diff options
author | Jacob Bass <jacob@jacobbass.net> | 2017-04-26 19:25:25 +1000 |
---|---|---|
committer | Jacob Bass <jacob@jacobbass.net> | 2017-04-26 19:29:09 +1000 |
commit | 4db5f3923d8e30155c02fd903817e27cc0aa293f (patch) | |
tree | 25c059eabeffb0858115bea2101012ff5c84511f /doc | |
parent | 65fc4aeb1e12d75b2174bdcd887aacf2c7c98952 (diff) | |
download | ale-4db5f3923d8e30155c02fd903817e27cc0aa293f.zip |
Create reasonml merlin linter
copy @andreypopp 's ocaml merlin linter from this project into reason
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-reasonml.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale-reasonml.txt b/doc/ale-reasonml.txt new file mode 100644 index 00000000..fddd7d75 --- /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: |