UNPKG

mdc.json

Version:

TextMate Grammar for adding MDC (Markdown Components) language support to VSCode, Monaco, and Shiki!

7 lines (5 loc) 156 B
declare type LanguageMDC = Awaited<typeof import('./grammar.json')>; declare module 'mdc.json' { const tmLanguage: LanguageMDC; export = tmLanguage; }