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

Stop highlighting types when unquote_splicing/1 is reached #2199

Merged
merged 3 commits into from
Nov 16, 2021
Merged

Conversation

KronicDeth
Copy link
Owner

Fixes #2198

Changelog

Enhancements

Bug Fixes

  • Stop highlighting types when unquote_splicing/1 is reached.
    unquote_splicing is being used to splat arguments or fields of a struct into the type. The arguments to unquote_splicing are normal calls or variables, not types.

Fixes #2198

`unquote_splicing` is being used to splat arguments or fields of a struct into the type.  The arguments to `unquote_splicing` are normal calls or variables, not types.
@KronicDeth KronicDeth added this to the 12.0.0 milestone Nov 16, 2021
@KronicDeth KronicDeth self-assigned this Nov 16, 2021
KronicDeth added a commit that referenced this pull request Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot highlight types
1 participant