File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,15 @@ Group.link("@markup.list.checked.markdown", g.Number)
205
205
Group .link (" @markup.link.label.markdown_inline" , g .Special )
206
206
Group .link (" @markup.link.url.markdown_inline" , g .Noise )
207
207
208
+ -- diff
209
+ Group .new (" diffadded" , c .none , c .green , s .none )
210
+ Group .new (" diffremoved" , c .none , c .red_light , s .none )
211
+ Group .link (" DiffAdd" , g .diffadded )
212
+ Group .link (" DiffDelete" , g .diffremoved )
213
+
208
214
-- Fugitive
209
215
Group .link (" fugitiveUnstagedModifier" , g .TypeDef )
210
216
Group .link (" fugitiveStagedHeading" , g .Warning )
211
217
Group .link (" fugitiveUntrackedHeading" , g .Macro )
212
218
Group .link (" fugitiveUntrackedSection" , g .Noise )
213
219
Group .link (" fugitiveUntrackedModifier" , g .Noise )
214
- Group .new (" diffadded" , c .none , c .green , s .none )
215
- Group .new (" diffremoved" , c .none , c .red_light , s .none )
You can’t perform that action at this time.
0 commit comments