UNPKG

@sourcebot/codemirror-lang-tcl

Version:
5 lines (4 loc) 209 B
import { LRLanguage, LanguageSupport } from "@codemirror/language"; export declare const tclLanguage: LRLanguage; export declare function tcl(): LanguageSupport; export { tclHighlight } from "./highlight.js";