feat(diff): add diff parser

This commit introduce diff parser.
This commit is contained in:
gbprod 2022-10-18 13:15:07 +02:00 committed by Stephan Seitz
parent b9bcbf8d73
commit 1e4b23c266
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[(addition) (new_file)] @text.diff.add
[(deletion) (old_file)] @text.diff.delete
(commit) @constant
(location) @attribute
(command) @function