summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMo Lawson <mo@molawson.com>2022-08-09 07:11:20 -0500
committerGitHub <noreply@github.com>2022-08-09 21:11:20 +0900
commit233b68102990ee016f08614291ae92c6a0e2b90f (patch)
tree854596a2af98fa5f52bfc42f3b60150939abc779 /doc
parent5063804d44fe149ed39149848f92b5960f4f7164 (diff)
downloadale-233b68102990ee016f08614291ae92c6a0e2b90f.zip
Add support for syntax_tree fixer (#4268)
This is the library that now powers prettier/plugin-ruby but is also stands on its own: https://github.com/ruby-syntax-tree/syntax_tree
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-ruby.txt20
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale.txt1
3 files changed, 22 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:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index a0a20c7e..4f90ecb6 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -529,6 +529,7 @@ Notes:
* `solargraph`
* `sorbet`
* `standardrb`
+ * `syntax_tree`
* Rust
* `cargo`!!
* `cspell`
diff --git a/doc/ale.txt b/doc/ale.txt
index ff1af720..48088e62 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3167,6 +3167,7 @@ documented in additional help files.
solargraph............................|ale-ruby-solargraph|
sorbet................................|ale-ruby-sorbet|
standardrb............................|ale-ruby-standardrb|
+ syntax_tree...........................|ale-ruby-syntax_tree|
rust....................................|ale-rust-options|
analyzer..............................|ale-rust-analyzer|
cargo.................................|ale-rust-cargo|