summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJosh Leeb-du Toit <josh.leebdutoit@gmail.com>2018-02-26 14:46:51 +1100
committerJosh Leeb-du Toit <josh.leebdutoit@gmail.com>2018-02-26 20:10:55 +1100
commit7e20d9c63996c9e189651bf687d921e5f20d12cf (patch)
tree0c27805f7eee874737ff0a5b34bbfbe4fd403251 /doc
parent7ec684206c1395a940d8ad2d26d59773a432115c (diff)
downloadale-7e20d9c63996c9e189651bf687d921e5f20d12cf.zip
Add options for markdown_mdl linter
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-markdown.txt19
-rw-r--r--doc/ale.txt1
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-markdown.txt b/doc/ale-markdown.txt
index b59f0183..9a5290b7 100644
--- a/doc/ale-markdown.txt
+++ b/doc/ale-markdown.txt
@@ -3,6 +3,25 @@ ALE Markdown Integration *ale-markdown-options*
===============================================================================
+mdl *ale-markdown-mdl*
+
+g:ale_markdown_mdl_executable *g:ale_markdown_mdl_executable*
+ *b:ale_markdown_mdl_executable*
+ Type: |String|
+ Default: `'mdl'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_markdown_mdl_options *g:ale_markdown_mdl_options*
+ *b:ale_markdown_mdl_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to mdl.
+
+
+===============================================================================
prettier *ale-markdown-prettier*
See |ale-javascript-prettier| for information about the available options.
diff --git a/doc/ale.txt b/doc/ale.txt
index d2e050a5..3acd118d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -136,6 +136,7 @@ CONTENTS *ale-contents*
luac................................|ale-lua-luac|
luacheck............................|ale-lua-luacheck|
markdown..............................|ale-markdown-options|
+ mdl.................................|ale-markdown-mdl|
prettier............................|ale-markdown-prettier|
write-good..........................|ale-markdown-write-good|
nroff.................................|ale-nroff-options|