Skip to content
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) Add do and then keywords #3323

Merged

Commits on Sep 3, 2021

  1. Add missing Scala 3 keywords

    Add `then` and `do` as keywords. These keywords are also keywords in Scala 2. `then` was reserved but not used as a keyword. `do` was part of `do .. while` keyword combination.
    
    See https://github.com/scala/vscode-scala-syntax/blob/57e0829cd46980699570101a68c320a20330d36c/src/typescript/Scala.tmLanguage.ts#L595
    nicolasstucki committed Sep 3, 2021
    Copy the full SHA
    7114685 View commit details
    Browse the repository at this point in the history