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

enh(scala) add inline soft keyword #3329

Merged

Commits on Sep 9, 2021

  1. enh(scala) add inline soft keyword

    Make `inline` a keyword when it is not part of a member selection of application.
    
    Basic idea form https://github.com/scala/vscode-scala-syntax/blob/main/src/typescript/Scala.tmLanguage.ts#L665, but without the need to distinguish the two kinds of keyword.
    Also see https://docs.scala-lang.org/scala3/reference/soft-modifier.html
    nicolasstucki committed Sep 9, 2021
    Copy the full SHA
    03a39c8 View commit details
    Browse the repository at this point in the history