Skip to content

Commit bd3dc8d

Browse files
committed
Exclude markup.bold from italic fix
This was improperly matching the first half of the possible closing `__`.
1 parent fec78b8 commit bd3dc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/Markdown (GitHub Italics).tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>hideFromUser</key>
88
<true/>
99
<key>injectionSelector</key>
10-
<string>L:(text.html.markdown - (markup.italic.markdown))</string>
10+
<string>L:(text.html.markdown - (markup.italic.markdown | markup.bold.markdown))</string>
1111
<key>name</key>
1212
<string>Markdown (GitHub Italics)</string>
1313
<key>patterns</key>

0 commit comments

Comments
 (0)