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

@ -203,6 +203,9 @@ Mainly for markup languages.
@text.note ; info notes
@text.warning ; warning notes
@text.danger ; danger/error notes
@text.diff.add ; added text (for diff files)
@text.diff.delete ; deleted text (for diff files)
```
#### Tags