Skip to content

Commit

Permalink
Exclude markup.bold from italic fix
Browse files Browse the repository at this point in the history
This was improperly matching the first half of the possible closing `__`.
  • Loading branch information
infininight committed May 15, 2017
1 parent fec78b8 commit bd3dc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Markdown (GitHub Italics).tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>hideFromUser</key>
<true/>
<key>injectionSelector</key>
<string>L:(text.html.markdown - (markup.italic.markdown))</string>
<string>L:(text.html.markdown - (markup.italic.markdown | markup.bold.markdown))</string>
<key>name</key>
<string>Markdown (GitHub Italics)</string>
<key>patterns</key>
Expand Down

0 comments on commit bd3dc8d

Please sign in to comment.