Document the --parse-error-limit option added in 0.44

pull/492/head
Wilfred Hughes 2023-03-02 23:23:33 +07:00
parent 54eb22ea98
commit 667501adf6
1 changed files with 4 additions and 0 deletions

@ -6,6 +6,10 @@ Added support for Newick and Racket.
### Diffing
Difftastic now uses a textual diff on files that have any parse
errors. The parse error limit defaults to 0, but it is configurable
with DFT_PARSE_ERROR_LIMIT or --parse-error-limit.
Textual diffing now respects `--check-only`, consistent with syntactic
diffing.