An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Scala Syntax (official)

[![Install extension](https://img.shields.io/badge/scala-vscode-blue.png)](vscode:extension/scala-lang.scala)
[![Version](https://img.shields.io/github/package-json/v/scala/vscode-scala-syntax.svg)](https://marketplace.visualstudio.com/items?itemName=scala-lang.scala)
![GitHub Actions Build Status](https://github.com/scala/vscode-scala-syntax/workflows/continuous-integration/badge.svg)

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

![Syntax Highlighting Demo](https://i.imgur.com/TDx0mC3.png)

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)