UNPKG

codemirror-lang-knight

Version:

CodeMirror Syntax Highlighting for the Knight programming language (https://github.com/knight-lang/knight-lang/)

7 lines (4 loc) 169 B
import { LRLanguage } from '@codemirror/language'; declare const knightLanguage: LRLanguage; declare function knight(): LRLanguage; export { knight, knightLanguage };