summaryrefslogtreecommitdiff
path: root/doc/ale-development.txt
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2018-08-24 13:02:51 +0900
committerHoracio Sanson <horacio@allm.net>2018-08-27 10:58:17 +0900
commit1980245b94d7b997c6ba376d8a2644397afe02d6 (patch)
tree505aa9d0b20902e044926f9f2965ddbb3abe2067 /doc/ale-development.txt
parent3c85c7ef65242cf80279cf9dcf843523f6d7875b (diff)
downloadale-1980245b94d7b997c6ba376d8a2644397afe02d6.zip
Add solargraph LSP linter.
Diffstat (limited to 'doc/ale-development.txt')
-rw-r--r--doc/ale-development.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index d83c98f2..ac72d615 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -307,6 +307,7 @@ given the above setup are as follows.
`AssertLSPLanguage language` - Check the language given to an LSP server.
`AssertLSPOptions options_dict` - Check the options given to an LSP server.
`AssertLSPProject project_root` - Check the root given to an LSP server.
+`AssertLSPAddress address` - Check the address to an LSP server.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: