From eb2f47e248b4f150273fdc01caf85b839900a3c8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Jul 2025 00:10:41 +0200 Subject: [PATCH] feat: add highlight --- helix/highlights/highlights.scm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 helix/highlights/highlights.scm diff --git a/helix/highlights/highlights.scm b/helix/highlights/highlights.scm new file mode 100644 index 0000000..0c44e62 --- /dev/null +++ b/helix/highlights/highlights.scm @@ -0,0 +1,16 @@ +;; highlights.scm for noil + +;; Operations (e.g., DELETE, ADD, etc.) +(op_delete) @diff.minus.gutter +(op_add) @diff.plus.gutter +(op_move) @diff.delta.moved +(operation) @constant.character + +;; Prefix identifiers (e.g., dwzxz, c444y) +(prefix) @variable.parameter + +;; File paths +(file_path) @variable.other.member + +;; The colon (separator) +":" @diff.plus.gutter