Skip to content

Commit

Permalink
Fixes markdown link syntax highlighting bug (microsoft#38328)
Browse files Browse the repository at this point in the history
Issue: microsoft#38049

Signed-off-by: Shivam Mittal <[email protected]>
  • Loading branch information
shivammittal99 authored and mjbvz committed Nov 14, 2017
1 parent d234464 commit 5fd4061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions extensions/markdown/syntaxes/markdown.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -3266,7 +3266,6 @@
<string>(?x:
(\!\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(\S+?)(&gt;?) # The url
[ \t]* # Optional whitespace
Expand Down Expand Up @@ -3578,7 +3577,6 @@
<string>(?x:
(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(.*?)(&gt;?) # The url
[ \t]* # Optional whitespace
Expand Down
2 changes: 0 additions & 2 deletions extensions/markdown/syntaxes/markdown.tmLanguage.base
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,6 @@
<string>(?x:
(\!\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(\S+?)(&gt;?) # The url
[ \t]* # Optional whitespace
Expand Down Expand Up @@ -1068,7 +1067,6 @@
<string>(?x:
(\[)((?&lt;square&gt;[^\[\]\\]|\\.|\[\g&lt;square&gt;*+\])*+)(\])
# Match the link text.
([ ])? # Space not allowed
(\() # Opening paren for url
(&lt;?)(.*?)(&gt;?) # The url
[ \t]* # Optional whitespace
Expand Down

0 comments on commit 5fd4061

Please sign in to comment.