feat: add highlight
This commit is contained in:
16
helix/highlights/highlights.scm
Normal file
16
helix/highlights/highlights.scm
Normal file
@@ -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
|
Reference in New Issue
Block a user