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

Do not attempt to match newline characters #1

Merged
merged 1 commit into from
Sep 28, 2017
Merged

Do not attempt to match newline characters #1

merged 1 commit into from
Sep 28, 2017

Conversation

winstliu
Copy link
Contributor

This PR replaces all \n end matches with $. The two are nearly identical, with the only difference being that $ does not create a zero-width match at the end of the line. These changes are mainly required due to atom/first-mate#100, as newlines are no longer added to the last line of the file. Therefore, this change is simply a backwards-compatible change to ensure that language-pixie continues working as before on Atom 1.22+.

/cc @Ingramz

Refs atom/atom#15729

@winstliu winstliu mentioned this pull request Sep 27, 2017
8 tasks
@tggreene tggreene merged commit c1dc588 into tggreene:master Sep 28, 2017
@tggreene
Copy link
Owner

Thanks for that!

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.

2 participants