Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove superfluous '+' in JavaScript syntax #1525

Merged
merged 1 commit into from
May 7, 2018
Merged

Remove superfluous '+' in JavaScript syntax #1525

merged 1 commit into from
May 7, 2018

Conversation

sharkdp
Copy link
Contributor

@sharkdp sharkdp commented Apr 30, 2018

Removes a + on a negative-lookahead group that causes problems with some regex implementations.

See this short discussion with @Thom1729: #1427 (comment)

Removes a `+` on a negative-lookahead group that causes
problems with some regex implementations.
@Thom1729
Copy link
Collaborator

The + does nothing, so removing it is a Good Thing. This change should not affect Sublime's highlighting, but it will avoid a bug in syntect.

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

Successfully merging this pull request may close these issues.

3 participants