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

feat: add sc to filetypes for Scala #4697

Merged
merged 1 commit into from
Nov 10, 2022

Commits on Nov 10, 2022

  1. feat: add sc to filetypes for Scala

    Files ending in `.sc` are known as "Scala Scripts". The scalac compiler
    knows how to handle these, popular tools like
    [Ammonite](https://github.com/com-lihaoyi/Ammonite) and
    [scala-cli](https://github.com/Virtuslab/scala-cli) use them, and even
    some Scala build tools like [mill](https://github.com/com-lihaoyi/mill)
    use them as their build files (`build.sc`). This change just makes sure
    that they are treated as Scala files so Metals kicks in.
    ckipp01 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2b66af2 View commit details
    Browse the repository at this point in the history