Skip to content

Commit fd45de6

Browse files
committed
Exclude markup.raw from italic fix
As this would be raw text nothing should be matched here.
1 parent bd3dc8d commit fd45de6

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 | markup.bold.markdown))</string>
10+
<string>L:(text.html.markdown - (markup.italic.markdown | markup.bold.markdown | markup.raw))</string>
1111
<key>name</key>
1212
<string>Markdown (GitHub Italics)</string>
1313
<key>patterns</key>

0 commit comments

Comments
 (0)