Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/jjdescription/highlights.scm')
| -rw-r--r-- | runtime/queries/jjdescription/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/jjdescription/highlights.scm b/runtime/queries/jjdescription/highlights.scm new file mode 100644 index 00000000..651f1e7f --- /dev/null +++ b/runtime/queries/jjdescription/highlights.scm @@ -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 |