Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Parse non-quoted urls followed by format #54

Closed

Conversation

itiut
Copy link
Contributor

@itiut itiut commented Mar 30, 2016

Fix #51.

@@ -457,7 +457,7 @@
'include': '#strings'
}
{
'match': '(\\b|\\.{0,2}/).*\\b'
'match': '(\\b|\\.{0,2}/)\\S*\\b'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would a better fix be to stop matching once a closing parenthesis is encountered?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants