Add sliders to the glossary

Fixes #537
pull/594/head
Wilfred Hughes 2023-07-21 08:39:53 +07:00
parent 4e9637c861
commit 1b9844cd60
1 changed files with 5 additions and 0 deletions

@ -25,6 +25,11 @@ refers to the second item. See also 'LHS'.
**Root**: A syntax tree without a parent node. Roots represent
top-level definitions in the file being diffed.
**Slider**: A diffing situation where there are multiple minimal diffs
possible, due to adjacent content. It is possible to 'slide' to
produce better results in this situation. See [the discussion in Tricky
Cases](/tricky_cases.html#sliders-flat).
**Syntax node**: An item in difftastic's syntax tree structure. Either
an atom or a list.