UNPKG

vscode-tmgrammar-test

Version:
7 lines (6 loc) 135 B
import { IToken } from 'vscode-textmate'; export { IToken }; export interface AnnotatedLine { src: string; tokens: [IToken]; }