mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
Add support for jjdescription
files (#11271)
This commit is contained in:
parent
ef4a4ff3c5
commit
f34dca797c
3 changed files with 22 additions and 0 deletions
8
runtime/queries/jjdescription/highlights.scm
Normal file
8
runtime/queries/jjdescription/highlights.scm
Normal file
|
@ -0,0 +1,8 @@
|
|||
(text) @string
|
||||
(filepath) @string.special.path
|
||||
|
||||
(change type: "A" @diff.plus)
|
||||
(change type: "D" @diff.minus)
|
||||
(change type: "M" @diff.delta)
|
||||
|
||||
(comment) @comment
|
Loading…
Add table
Add a link
Reference in a new issue