UNPKG

@gdquest/codemirror-gdscript

Version:

Enables Codemirror to parse GDScript (ie. highlight and indent automatically).

6 lines 334 B
import { LRLanguage, LanguageSupport } from "@codemirror/language"; import { globalCompletion, localCompletionSource } from "./complete.mts"; export { globalCompletion, localCompletionSource }; export declare const gdscriptLanguage: LRLanguage; export declare function gdscript(): LanguageSupport; //# sourceMappingURL=index.d.mts.map