summaryrefslogtreecommitdiff
path: root/doc/ale-ruby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-ruby.txt')
-rw-r--r--doc/ale-ruby.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-ruby.txt b/doc/ale-ruby.txt
index 4bc25b1a..bd7bd57d 100644
--- a/doc/ale-ruby.txt
+++ b/doc/ale-ruby.txt
@@ -220,4 +220,24 @@ g:ale_ruby_standardrb_options *g:ale_ruby_standardrb_options*
===============================================================================
+syntax_tree *ale-ruby-syntax_tree*
+
+g:ale_ruby_syntax_tree_executable *g:ale_ruby_syntax_tree_executable*
+ *b:ale_ruby_syntax_tree_executable*
+ Type: String
+ Default: `'stree'`
+
+ Override the invoked SyntaxTree binary. Set this to `'bundle'` to invoke
+ `'bundle` `exec` stree'.
+
+
+g:ale_ruby_syntax_tree_options *g:ale_ruby_syntax_tree_options*
+ *b:ale_ruby_syntax_tree_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be changed to modify flags given to SyntaxTree.
+
+
+===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: