Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maelvls/koka-vscode

An extension for VS Code which provides support for the Koka language.
https://github.com/maelvls/koka-vscode

Last synced: 26 days ago
JSON representation

An extension for VS Code which provides support for the Koka language.

Awesome Lists containing this project

README

        

# Koka-vscode

This is an extension that brings support for the [Koka language][koka]. The
extension is on [github].

[koka]: https://github.com/koka-lang/koka
[github]: https://github.com/maelvalais/koka-vscode

# Development
You can hack the language files (`*.JSON-tmLanguage`); the `.tmLanguage` will be
regenerated with `shift+cmd+B` or with `node build.js`.

## 0.0.1
Initial release. I wrote build.js for generating the tmLanguage from the JSON
file.