summaryrefslogtreecommitdiff
path: root/doc/ale-pony.txt
diff options
context:
space:
mode:
authorKevin Tindall <kevinkjt2000@gmail.com>2018-02-10 13:04:43 -0600
committerKevin Tindall <kevinkjt2000@gmail.com>2018-02-10 13:17:53 -0600
commit716b46e10d2abe54daa09e876d4b7a6b56024ad0 (patch)
treeed72234ef8237e68c92e018b5df13891a7a0a0d3 /doc/ale-pony.txt
parenta3329ef3fc44a04a2617941eb46deef6c184f4af (diff)
downloadale-716b46e10d2abe54daa09e876d4b7a6b56024ad0.zip
functional pony linter
Diffstat (limited to 'doc/ale-pony.txt')
-rw-r--r--doc/ale-pony.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/ale-pony.txt b/doc/ale-pony.txt
new file mode 100644
index 00000000..3b32168e
--- /dev/null
+++ b/doc/ale-pony.txt
@@ -0,0 +1,25 @@
+===============================================================================
+ALE Pony Integration *ale-pony-options*
+
+
+===============================================================================
+ponyc *ale-pony-ponyc*
+
+g:ale_pony_ponyc_executable *g:ale_pony_ponyc_executable*
+ *b:ale_pony_ponyc_executable*
+ Type: |String|
+ Default: `'ponyc'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_pony_ponyc_options *g:ale_pony_ponyc_options*
+ *b:ale_pony_ponyc_options*
+ Type: |String|
+ Default: `'--pass paint'`
+
+ This variable can be set to pass options to ponyc.
+
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: