-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Scala Support #207
Comments
Appreciate the request @yzia2000! Is cucumber/cucumber-jvm-scala the framework you are using? We utilise tree-sitter parsers. One issue to note is that I observe the Scala parser presently has an issue with releasing to npm (tree-sitter/tree-sitter-scala#344). Will need to see whether a suitable workaround can be found or whether to await a fix - there seems to be some recent movement on that ticket. |
Thanks for the prompt reply. Yes I use cucumber-jvm-scala. Precisely the ScalaDsl for step definitions. Noted on the scala treesitter issue - would need a deep dive to understand. |
I see that they managed to release treesitter scala to npm.
|
Awesome, thanks for awareness @yzia2000 - will take a look! |
π€ What's the problem you're trying to solve?
Would love to get support for scala
β¨ What's your proposed solution?
The parser should be fairly similar to java
β Have you considered any alternatives or workarounds?
No response
π Any additional context?
No response
The text was updated successfully, but these errors were encountered: