We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9216 commit c9d0198Copy full SHA for c9d0198
syntaxes/Markdown.sublime-syntax
@@ -4045,9 +4045,12 @@ contexts:
4045
# Github Flavoured Markdown
4046
# After a valid domain, zero or more non-space non-< characters may follow
4047
# https://github.github.com/gfm/#autolinks-extension-
4048
- - match: (?:(?:https|http|ftp)(://)|www\.)[\w-]+
+ - match: (?:(https|http|ftp)(://))(www\.)?[\w-]+|(www\.)[\w-]+
4049
captures:
4050
- 1: punctuation.separator.path.markdown
+ 1: markup.underline.link.protocol
4051
+ 2: punctuation.separator.path.markdown
4052
+ 3: markup.underline.link.www
4053
+ 4: markup.underline.link.www
4054
push: autolink-inet-unquoted-content
4055
4056
autolink-inet-angled-content:
0 commit comments