UNPKG

vscode-tmlanguage-snapshot

Version:
11 lines (10 loc) 348 B
import "vscode-textmate"; //#region src/types.d.ts interface GrammarSnapshotOptions { extraGrammarPaths?: string[]; } //#endregion //#region src/index.d.ts declare function createGrammarSnapshot(packageJsonPath: string, options?: GrammarSnapshotOptions): Promise<(path: string) => Promise<string>>; //#endregion export { createGrammarSnapshot };