UNPKG

vscode-tmgrammar-test

Version:
6 lines (5 loc) 301 B
import * as tm from 'vscode-textmate'; import { AnnotatedLine } from './model'; import { parseSnap, renderSnap } from './parsing'; export { parseSnap, renderSnap, AnnotatedLine }; export declare function getVSCodeTokens(registry: tm.Registry, scope: string, source: string): Promise<AnnotatedLine[]>;