Files
website/node_modules/vscode-textmate/release/parseRawGrammar.d.ts
2024-05-06 17:15:30 -04:00

3 lines
141 B
TypeScript

import { IRawGrammar } from './rawGrammar';
export declare function parseRawGrammar(content: string, filePath?: string | null): IRawGrammar;