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 precedence order of @align captures in indent computation #8659

Merged

Conversation

Triton171
Copy link
Contributor

Resolves #8650.

precedence when multiple occur on the same line in an indent query.
@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-indent Area: Indentation labels Oct 29, 2023
Copy link
Member

@pascalkuthe pascalkuthe left a comment

Choose a reason for hiding this comment

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

Thanks!

@pascalkuthe pascalkuthe merged commit ef0c31d into helix-editor:master Oct 29, 2023
6 checks passed
@Agilan989

This comment was marked as spam.

danillos pushed a commit to danillos/helix that referenced this pull request Nov 21, 2023
…editor#8659)

precedence when multiple occur on the same line in an indent query.
dgkf pushed a commit to dgkf/helix that referenced this pull request Jan 30, 2024
…editor#8659)

precedence when multiple occur on the same line in an indent query.
mtoohey31 pushed a commit to mtoohey31/helix that referenced this pull request Jun 2, 2024
…editor#8659)

precedence when multiple occur on the same line in an indent query.
Vulpesx pushed a commit to Vulpesx/helix that referenced this pull request Jun 7, 2024
…editor#8659)

precedence when multiple occur on the same line in an indent query.
smortime pushed a commit to smortime/helix that referenced this pull request Jul 10, 2024
…editor#8659)

precedence when multiple occur on the same line in an indent query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-indent Area: Indentation S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alignment indentation fails when more than two tree nodes are nested in the same row.
4 participants