codemirror-lang-knight
Version:
CodeMirror Syntax Highlighting for the Knight programming language (https://github.com/knight-lang/knight-lang/)
15 lines (10 loc) • 455 B
Markdown
# 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>