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

fix-issue-72: Check the correct element from syntax-ppss #76

Merged
merged 1 commit into from Jan 19, 2019
Merged

fix-issue-72: Check the correct element from syntax-ppss #76

merged 1 commit into from Jan 19, 2019

Conversation

etu
Copy link
Collaborator

@etu etu commented Jan 19, 2019

This is kinda a semi-revert from a small change in
bb602e1 where the code:

"(nth 4 (syntax-ppss))"

was replaced with a function that did:

"(nth 3 (syntax-ppss))"

cc @grahamc

I'm going to go ahead and merge this since it repairs more than it destroys (currently we don't indent our multi-line strings at all and the issues you raised in #73 existed before as well so I'm going to report that as a separate issue.)

This fixes #72.

This is kinda a semi-revert from a small change in
bb602e1 where the code:

"(nth 4 (syntax-ppss))"

was replaced with a function that did:

"(nth 3 (syntax-ppss))"
@etu etu merged commit ff0a773 into NixOS:master Jan 19, 2019
@etu etu deleted the fix-issue-72 branch January 19, 2019 08:29
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.

Incorrect indentation of multi-line strings
1 participant