Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 806 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 806 Bytes

highlightjs-uiua middot; GitHub license npm version

This repository contains a highlightjs plugin for the Uiua language.

Installation

To install the package, run:

npm install @exercism/highlightjs-uiua

Publish on NPM

To publish the package, run:

bun publish

Local development

First, install the dependencies:

bun install

Then run:

bun dev

This will start a Vite dev server that contains some Uiua code and some highlighted text.