mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
43b31f702a
This change also renames the grammar from `git-diff` to `diff`. The grammar covers regular diff syntax so I renamed the repository a while ago.
7 lines
136 B
Scheme
7 lines
136 B
Scheme
[(addition) (new_file)] @diff.plus
|
|
[(deletion) (old_file)] @diff.minus
|
|
|
|
(commit) @constant
|
|
(location) @attribute
|
|
(command) @markup.bold
|