summaryrefslogtreecommitdiff
path: root/doc/ale-json.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-json.txt')
-rw-r--r--doc/ale-json.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ale-json.txt b/doc/ale-json.txt
index 0ec7932d..6a0a9fae 100644
--- a/doc/ale-json.txt
+++ b/doc/ale-json.txt
@@ -73,6 +73,13 @@ g:ale_json_jq_options *g:ale_json_jq_options*
This option can be changed to pass extra options to `jq`.
+g:ale_json_jq_filters *g:ale_json_jq_filters*
+ *b:ale_json_jq_filters*
+ Type: |String|
+ Default: `'.'`
+
+ This option can be changed to pass custom filters to `jq`.
+
===============================================================================
prettier *ale-json-prettier*