@@ -75,6 +75,8 @@ contexts:
75
75
email-header-person-body :
76
76
- meta_scope : meta.mapping.diff
77
77
- include : scope:text.git.mailmap
78
+ # The mailmap include has bad interactions with
79
+ # pop-before-next-email-header
78
80
- include : pop-before-eol
79
81
80
82
email-header-commit :
@@ -88,7 +90,7 @@ contexts:
88
90
- meta_scope : meta.mapping.diff
89
91
- match : ' {{git_hash}}'
90
92
scope : constant.other.hash.git
91
- - include : pop-before-eol
93
+ - include : pop-before-next-email-header
92
94
93
95
email-header-subject-line :
94
96
- match : ^(Subject)(:)
@@ -101,7 +103,7 @@ contexts:
101
103
- meta_scope : meta.mapping.diff
102
104
- meta_content_scope : markup.heading.diff
103
105
- include : patch-annotation
104
- - include : pop-before-eol
106
+ - include : pop-before-next-email-header
105
107
106
108
patch-annotation :
107
109
- match : (\[)(?:(RFC) )?PATCH
@@ -149,7 +151,7 @@ contexts:
149
151
2: punctuation.separator.date.diff
150
152
3: punctuation.separator.date.diff
151
153
4: storage.modifier.diff
152
- - include : pop-before-eol
154
+ - include : pop-before-next-email-header
153
155
154
156
email-header-generic :
155
157
- match : ^\b([\w-]+)\b(:)
@@ -160,7 +162,7 @@ contexts:
160
162
161
163
email-header-generic-body :
162
164
- meta_scope : meta.mapping.diff
163
- - include : pop-before-eol
165
+ - include : pop-before-next-email-header
164
166
165
167
email-body :
166
168
- meta_content_scope : meta.block.git-body.diff
@@ -542,6 +544,11 @@ contexts:
542
544
- match : ^{{next_diff_header}}
543
545
pop : 1
544
546
547
+ pop-before-next-email-header :
548
+ # Hack in `\` to support unit tests
549
+ - match : ^(?! \S|\\)
550
+ pop : 1
551
+
545
552
# ##############################################################################
546
553
547
554
variables :
0 commit comments