Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maelvls/koka-vscode
- Owner: maelvls
- Created: 2017-06-06T10:00:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T12:58:02.000Z (over 7 years ago)
- Last Synced: 2024-11-24T20:45:43.894Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/koka-lang/koka
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.