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
'..' expected, got 'param'
Hi! First off thanks for this plugin, I think it is the best way to get Gleam going on the JetBrains family of IDEs.
I currently see a syntax highlight error when using constructors inside expressions.
The LSP and the gleam compiler do not seem to mind, so I think it might be a problem in your grammar.
Specifically, this also happens when using no-function constructors
As you can see, the grammar is not expecting an identifier that is not a function call:
All the above look related but they might be separate problems. Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I'll take a look. Thank you for reporting this!
Sorry, something went wrong.
themartdev
No branches or pull requests
Hi! First off thanks for this plugin, I think it is the best way to get Gleam going on the JetBrains family of IDEs.
I currently see a syntax highlight error when using constructors inside expressions.
The LSP and the gleam compiler do not seem to mind, so I think it might be a problem in your grammar.
Specifically, this also happens when using no-function constructors
As you can see, the grammar is not expecting an identifier that is not a function call:
All the above look related but they might be separate problems. Thank you!
The text was updated successfully, but these errors were encountered: