mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(diff): add diff parser
This commit introduce diff parser.
This commit is contained in:
parent
b9bcbf8d73
commit
1e4b23c266
4 changed files with 20 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue