We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1b4c2fa
inline infix def hello = true
Seems to cause this beautiful highlighting
(compilation_unit [0, 0] - [1, 0] (ERROR [0, 0] - [0, 29] (inline_modifier [0, 0] - [0, 6]) (identifier [0, 7] - [0, 12]) (identifier [0, 13] - [0, 16]) (assignment_expression [0, 17] - [0, 29] left: (identifier [0, 17] - [0, 22]) right: (boolean_literal [0, 25] - [0, 29]))))
single function declaration with 2 modifiers
everywhere, reproducible from this repo alone
The text was updated successfully, but these errors were encountered:
Allow infix inline modifier
fe7870f
Fixes tree-sitter#366 Rebalance precedences of `match_expression` (which can contain "inline") and `modifiers`
f246a09
6c99c83
Successfully merging a pull request may close this issue.
Commit of tree-sitter-scala you tested this on
1b4c2fa
A code sample showing the error
Seems to cause this beautiful highlighting

Show the error node
What do you expect the tree to look like
single function declaration with 2 modifiers
Where are you experiencing this error?
everywhere, reproducible from this repo alone
The text was updated successfully, but these errors were encountered: