Skip to content

inline param is sometimes highlighted #148

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

Closed
bishabosha opened this issue Sep 14, 2020 · 2 comments
Closed

inline param is sometimes highlighted #148

bishabosha opened this issue Sep 14, 2020 · 2 comments

Comments

@bishabosha
Copy link
Member

inline def toIntMacro(inline nat: Nat): Int = ${ Macros.toIntImpl('nat) } // `(inline nat: Nat)` - inline is not highlighted

inline def toIntUnapply(inline nat: Nat): Int = inline 1 match // `(inline nat: Nat)` - inline is highlighted
@nicolasstucki
Copy link
Contributor

This was already fixed with #150

@nicolasstucki
Copy link
Contributor

Should add a regression test with match

nicolasstucki added a commit that referenced this issue Oct 7, 2020
PanAeon pushed a commit to PanAeon/vscode-scala-syntax that referenced this issue Apr 28, 2022
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

No branches or pull requests

2 participants