Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```