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

Add special highlighting captures for turbofishies #60

Merged
merged 18 commits into from Dec 8, 2022
Merged

Conversation

Mathspy
Copy link
Owner

@Mathspy Mathspy commented Dec 7, 2022

This by coincidence also solves a weird edge case where <Option<()>>::map would cause an https://github.com/operator selector to start and never end

I didn't cherry-pick the change from attribute to function.macro because
although I am already highlighting function.macros and attributes the
same way in my own diary I think I will leave the choice to each user
of the library decide how to highlight attributes; whether they are
different from function macros or not.
For whatever reason the default highlighter picks up multi-part scopes
(like @keyword.function) by picking whichever one is in the list we
pass it first, for now I am going to just reorder keyword to be before
function so that it picks keyword for @keyword.function instead of
function, hopefully this doesn't break anything haha...
This by coincidence also solves a weird edge case where
`<Option<()>>::map` would cause an @operator selector to start and never
end
@Mathspy Mathspy merged commit ec2c071 into main Dec 8, 2022
@Mathspy Mathspy deleted the turbofish branch December 8, 2022 00:18
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.

None yet

1 participant