We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaa639 commit 4beba1bCopy full SHA for 4beba1b
syntaxes/Markdown.sublime-syntax
@@ -3531,9 +3531,12 @@ contexts:
3531
# Github Flavoured Markdown
3532
# After a valid domain, zero or more non-space non-< characters may follow
3533
# https://github.github.com/gfm/#autolinks-extension-
3534
- - match: (?:(?:https|http|ftp)(://)|www\.)[\w-]+
+ - match: (?:(https|http|ftp)(://))(www\.)?[\w-]+|(www\.)[\w-]+
3535
captures:
3536
- 1: punctuation.separator.path.markdown
+ 1: markup.underline.link.protocol
3537
+ 2: punctuation.separator.path.markdown
3538
+ 3: markup.underline.link.www
3539
+ 4: markup.underline.link.www
3540
push: autolink-inet-unquoted-content
3541
3542
autolink-inet-angled-content:
0 commit comments