Fix highlighting

pull/573/head
Wilfred Hughes 2023-09-15 22:25:01 +07:00
parent b5942abc66
commit c153090a65
1 changed files with 1 additions and 1 deletions

@ -79,7 +79,7 @@ equivalent to the one-off commands shown above.
If you want to use difftastic as your default diff tool, add the If you want to use difftastic as your default diff tool, add the
following to your `~/.gitconfig`. following to your `~/.gitconfig`.
```init ```ini
[diff] [diff]
external = difft external = difft
``` ```