Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-grammar/dist/parser/tokenizeLine.d.ts
import type { NGrammar, Rule } from './grammarNormalized.js';
import type { DocumentLine, TokenizedLine, TokenizedLineResult } from './types.js';
export declare function tokenizeLine(line: DocumentLine, rule: Rule): TokenizedLineResult;
export declare function tokenizeText(text: string, grammar: NGrammar): TokenizedLine[];
export declare function tokenizeTextIterable(text: string, grammar: NGrammar): Iterable<TokenizedLine>;
//# sourceMappingURL=tokenizeLine.d.ts.map