Commit
+3 -3 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 2d758f6..5b52686 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -1,14 +1,14 @@ |
6 | # `tree-sitter-diff` |
7 | |
8 | - [![CI](ci-badge)](ci-workflow) |
9 | + [![CI][ci-badge]][ci-workflow] |
10 | |
11 | - _A [tree-sitter](tree-sitter) grammar for `diff`s_ |
12 | + _A [tree-sitter][tree-sitter] grammar for `diff`s_ |
13 | |
14 | Highlighting a `.diff` file: |
15 | |
16 | <img src="assets/diff.png" width="500"/> |
17 | |
18 | - Injecting this grammar into [tree-sitter-git-commit](tree-sitter-git-commit) |
19 | + Injecting this grammar into [tree-sitter-git-commit][tree-sitter-git-commit] |
20 | in a verbose commit (`git commit --verbose`): |
21 | |
22 | <img src="assets/helix-commit-with-diff.png" width="500"/> |