tree-sitter-scala
tree-sitter-scala copied to clipboard
Handle Scala 3 macro expressions
At this third PR I'm starting to think I should've merged them all in one because of PR conflicts :-/
- This adds very basic support for
'{and '${' quote/splice expressions - Also fortify symbol literal definition to both avoid ambiguity with
'{but also to follow the spec
is this project supposed to support scala 3 / dotty syntax in the first place? aren't there some major changes to syntax?
@keynmol would you like to reopen the PR in light of https://github.com/tree-sitter/tree-sitter-scala/issues/63#issuecomment-1369842151 ?