diff options
author | davidsierradz <davidsierradz@gmail.com> | 2019-03-15 16:21:48 -0500 |
---|---|---|
committer | davidsierradz <davidsierradz@gmail.com> | 2019-03-15 16:21:48 -0500 |
commit | dfff73795a8ab4f8eeb31e0165cb9b63af3c8cf2 (patch) | |
tree | 67c2743e7a5949e0b73bc4b1c36918dcb0d22072 /doc | |
parent | 80ef7ea2d0b22f0d8de7387a3d5bf6e9e5b72e9d (diff) | |
download | ale-dfff73795a8ab4f8eeb31e0165cb9b63af3c8cf2.zip |
support jsonlint local executable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-json.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/ale-json.txt b/doc/ale-json.txt index 6a0a9fae..96499a04 100644 --- a/doc/ale-json.txt +++ b/doc/ale-json.txt @@ -52,7 +52,21 @@ g:ale_json_fixjson_use_global *g:ale_json_fixjson_use_global* =============================================================================== jsonlint *ale-json-jsonlint* -There are no options available. +g:ale_json_jsonlint_executable *g:ale_json_jsonlint_executable* + *b:ale_json_jsonlint_executable* + + Type: |String| + Default: `'jsonlint'` + + The executable that will be run for jsonlint. + +g:ale_json_jsonlint_use_global *g:ale_json_jsonlint_use_global* + *b:ale_json_jsonlint_use_global* + + Type: |Number| + Default: `get(g:, 'ale_use_global_executables', 0)` + + See |ale-integrations-local-executables| =============================================================================== |