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

https://github.com/nextjournal/lang-clojure

Clojure language support for the CodeMirror code editor
https://github.com/nextjournal/lang-clojure

Last synced: 3 months ago
JSON representation

Clojure language support for the CodeMirror code editor

Awesome Lists containing this project

README

          

# @nextjournal/lang-clojure [![NPM version](https://img.shields.io/npm/v/@nextjournal/lang-clojure.svg)](https://www.npmjs.com/package/@nextjournal/lang-clojure)

This package implements Clojure language support for the [CodeMirror](https://codemirror.net/) code editor.

## API Reference



clojure() → LanguageSupport


Clojure language support.




clojureLanguage: LezerLanguage


A language provider based on the Lezer Clojure
parser
, extended with
highlighting and indentation information.



## Try it

https://nextjournal.github.io/lang-clojure

## Contribute

```
yarn install
```

Run demo locally

```
yarn dev
```

Build dist

```
yarn prepare
```