UNPKG

fsl-lezer

Version:

FSL grammar in Lezer, to make FSL and JSSM available to CodeMirror

7 lines (6 loc) 299 B
import { LanguageSupport } from "@codemirror/language"; import { LRLanguage } from "@codemirror/language"; export declare const exampleLanguage: LRLanguage; export declare const exampleCompletion: import("@codemirror/state").Extension; declare function fsl(): LanguageSupport; export { fsl };