https://github.com/scala/vscode-scala-syntax
Visual Studio Code extension for syntax highlighting Scala sources
https://github.com/scala/vscode-scala-syntax
hacktoberfest scala syntax-highlighting vscode vscode-extension
Last synced: 6 months ago
JSON representation
Visual Studio Code extension for syntax highlighting Scala sources
- Host: GitHub
- URL: https://github.com/scala/vscode-scala-syntax
- Owner: scala
- License: mit
- Created: 2018-02-16T17:35:14.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:43:45.000Z (9 months ago)
- Last Synced: 2025-06-01T15:52:15.551Z (7 months ago)
- Topics: hacktoberfest, scala, syntax-highlighting, vscode, vscode-extension
- Language: Scala
- Homepage: https://marketplace.visualstudio.com/items?itemName=scala-lang.scala
- Size: 712 KB
- Stars: 78
- Watchers: 21
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scala Syntax (official)
[](vscode:extension/scala-lang.scala)
[](https://marketplace.visualstudio.com/items?itemName=scala-lang.scala)

Visual Studio Code extension providing syntax highlighting for Scala 2 and Scala 3 source files.

This repo also powers the Scala syntax highlighting on GitHub. (It is vendored in [github/linguist](https://github.com/github/linguist).)
### Team
The current maintainers (people who can merge pull requests) are:
- Nicolas Stucki- [`@nicolasstucki`](https://github.com/nicolasstucki)
- Maxime Kjaer - [`@MaximeKjaer`](https://github.com/MaximeKjaer)
- Olafur Pall Geirsson - [`@olafurpg`](https://github.com/olafurpg)
- Vitalii Voloshyn - [`@PanAeon`](https://github.com/PanAeon)
- all other members of the Scala organization on GitHub
## Based on
- Plugin: https://github.com/daltonjorge/vscode-scala
- Template: https://github.com/sellmerfud/scala.tmbundle
(https://github.com/mads-hartmann/scala.tmbundle)
- Textmate JSON schema:
https://github.com/Septh/tmlanguage/blob/master/tmLanguage.schema.json
## License
[MIT](LICENSE.md)