Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskrycho/nova-unison
Full language support for Unison in Nova… eventually.
https://github.com/chriskrycho/nova-unison
nova nova-editor unison unison-language
Last synced: 16 days ago
JSON representation
Full language support for Unison in Nova… eventually.
- Host: GitHub
- URL: https://github.com/chriskrycho/nova-unison
- Owner: chriskrycho
- License: other
- Created: 2023-08-25T13:12:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T15:01:31.000Z (about 1 year ago)
- Last Synced: 2024-10-19T17:57:56.436Z (25 days ago)
- Topics: nova, nova-editor, unison, unison-language
- Language: Makefile
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Unison][unison] Language Support for [Nova][nova]
Syntax highlighting and language server integration for [**Unison**][unison].
[unison]: https://www.unison-lang.org
[nova]: https://nova.app## Overview
See [the extension README](https://github.com/chriskrycho/nova-unison/blob/main/unison.novaextension/README.md) for details on the extension itself. This README focuses on contributing to and building the extension.
## Contributing
Install dependencies:
```sh
pnpm install
```Build the package:
```sh
pnpm build
```