Code editor language support

This commit is contained in:
space-nuko
2023-06-20 02:08:36 -05:00
parent 43ed176502
commit c875f9c4f6
6 changed files with 91 additions and 33 deletions

3
src/lib/widgets/ComfyUI.grammar.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
import { LRParser } from "@lezer/lr"
export declare const parser: LRParser