From 4a7939928ec610f44d9538fd4ce0473646a6f02f Mon Sep 17 00:00:00 2001 From: RoloEdits Date: Fri, 11 Apr 2025 07:06:20 -0700 Subject: [PATCH] chore(jjdescription): bump rev to latest (#13329) --- languages.toml | 2 +- runtime/queries/jjdescription/highlights.scm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 400018e6d..f871d1b31 100644 --- a/languages.toml +++ b/languages.toml @@ -3428,7 +3428,7 @@ text-width = 72 [[grammar]] name = "jjdescription" -source = { git = "https://github.com/kareigu/tree-sitter-jjdescription", rev = "d09205b52b5a0165b588a793e366c1116468d86f" } +source = { git = "https://github.com/kareigu/tree-sitter-jjdescription", rev = "1613b8c85b6ead48464d73668f39910dcbb41911" } [[language]] name = "jq" diff --git a/runtime/queries/jjdescription/highlights.scm b/runtime/queries/jjdescription/highlights.scm index 651f1e7f2..227c4f630 100644 --- a/runtime/queries/jjdescription/highlights.scm +++ b/runtime/queries/jjdescription/highlights.scm @@ -4,5 +4,7 @@ (change type: "A" @diff.plus) (change type: "D" @diff.minus) (change type: "M" @diff.delta) +(change type: "C" @diff.plus) +(change type: "R" @diff.delta) (comment) @comment