# codemirror-lang-knight

This package implements CodeMirror support for the [Knight](https://github.com/knight-lang/knight-lang) programming language.

Build using `npm run release`, which will place the built Javascript files in the `dist` directory.

## API Reference

<dl>
  <dt> <code> knight(): LanguageSupport </code>
  <dd> Knight support

  <dt> <code> knightLanguage: LezerLanguage </code>
  <dd> Language provider for Knight
</dl>