diff --git a/crates/languages/src/diff/highlights.scm b/crates/languages/src/diff/highlights.scm index 70ec01aa1165b6de0a23040ff3f71a32ba9fc314..4a344389032b9ff12f7c00e42adffb00721737e1 100644 --- a/crates/languages/src/diff/highlights.scm +++ b/crates/languages/src/diff/highlights.scm @@ -3,12 +3,14 @@ [ (addition) (new_file) -] @diff.plus +] @string +;; TODO: This should eventually be `@diff.plus` with a fallback of `@string` [ (deletion) (old_file) -] @diff.minus +] @keyword +;; TODO: This should eventually be `@diff.minus` with a fallback of `@keyword` (commit) @constant @@ -18,8 +20,6 @@ "diff" @function (argument) @variable.parameter) -(filename) @string.special.path - (mode) @number ([