doc.yeswiki.pro/node_modules/vscode-textmate/release/parseRawGrammar.d.ts

3 lines
141 B
TypeScript
Raw Normal View History

2023-05-20 19:37:42 +03:00
import { IRawGrammar } from './rawGrammar';
export declare function parseRawGrammar(content: string, filePath?: string | null): IRawGrammar;