diff options
author | Andreas Rönnquist <unknown> | 2018-05-28 14:23:41 +1000 |
---|---|---|
committer | Andreas Rönnquist <unknown> | 2018-05-28 14:23:41 +1000 |
commit | a9e99a64ab628e1044cc55d65a712a90af70d7a2 (patch) | |
tree | 0f9a13a352796e71f7944aeb2c6f3b9d5c6c2aa8 /include/SciLexer.h | |
parent | 39001aba9a3e181bacb6907da31a8bc8229aebf4 (diff) | |
download | scintilla-mirror-a9e99a64ab628e1044cc55d65a712a90af70d7a2.tar.gz |
Backport: Add styles for diffs containing patches.
Backport of changeset 7004:a1f932ccdee6.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 8772d8cb1..cde410f93 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -559,6 +559,10 @@ #define SCE_DIFF_DELETED 5 #define SCE_DIFF_ADDED 6 #define SCE_DIFF_CHANGED 7 +#define SCE_DIFF_PATCH_ADD 8 +#define SCE_DIFF_PATCH_DELETE 9 +#define SCE_DIFF_REMOVED_PATCH_ADD 10 +#define SCE_DIFF_REMOVED_PATCH_DELETE 11 #define SCE_CONF_DEFAULT 0 #define SCE_CONF_COMMENT 1 #define SCE_CONF_NUMBER 2 |