Commit
+9 -2 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index a41031b..ae58c06 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -1,2 +1,9 @@ |
6 | - # tree-sitter-gitdiff |
7 | - A tree-sitter grammar for 'diff --git' output |
8 | + # `tree-sitter-gitdiff` |
9 | + |
10 | + [![CI](https://github.com/the-mikedavis/tree-sitter-gitcommit/actions/workflows/ci.yml/badge.svg)](https://github.com/the-mikedavis/tree-sitter-gitcommit/actions/workflows/ci.yml) |
11 | + |
12 | + A [tree-sitter](https://tree-sitter.github.io/tree-sitter/) grammar for `git diff`s. |
13 | + |
14 | + ### Status |
15 | + |
16 | + Incomplete: just starting out. |