From b7ec11c93d12ce8f64cfdae363cbab3d2e69dfd4 Mon Sep 17 00:00:00 2001 From: Aliou Diallo Date: Fri, 12 Oct 2018 10:15:32 +0200 Subject: Allow custom filters for the jq fixer (#1980) * Allow the jq filters to receive custom filters. * Update documentation. --- doc/ale-json.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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* -- cgit v1.2.3