aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/githighlighters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/githighlighters.h')
-rw-r--r--src/plugins/git/githighlighters.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/git/githighlighters.h b/src/plugins/git/githighlighters.h
index 27ab98036e..edeb1a0d70 100644
--- a/src/plugins/git/githighlighters.h
+++ b/src/plugins/git/githighlighters.h
@@ -42,6 +42,11 @@ enum Format {
Format_Squash,
Format_Fixup,
Format_Exec,
+ Format_Break,
+ Format_Drop,
+ Format_Label,
+ Format_Reset,
+ Format_Merge,
Format_Count
};