com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.6k stars 365 forks source link

Add more recent Scala keywords to parser #1488

Closed coreyoconnor closed 1 month ago

coreyoconnor commented 1 month ago

Resolves #1487 in a quick test.

sake92 commented 1 month ago

Maybe we should add other scala 3 keywords too, like given/using etc?

coreyoconnor commented 1 month ago

I don't see why not? Is there a risk to backtick'ing things unnecessarily?

Will make the appropriate changes.