Author: Michael Davis [mcarsondavis@gmail.com]
Hash: 83d40edc8c82b10f7203307fa9d99f80478a3e9c
Timestamp: Thu, 23 Dec 2021 22:58:16 +0000 (2 years ago)

+9 -2 +/-1 browse
add basics to readme
1diff --git a/README.md b/README.md
2index 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.