cspell-lib
Version:
A library of useful functions used across various cspell tools.
5 lines • 462 B
TypeScript
import type { CSpellSettings, CSpellUserSettings } from '@cspell/cspell-types';
import type { CSpellSettingsInternal } from '../Models/CSpellSettingsInternalDef.js';
export declare function combineTextAndLanguageSettings(settings: CSpellUserSettings, text: string | undefined, languageId: string | string[]): CSpellSettingsInternal;
export declare function extractSettingsFromText(text: string): CSpellSettings;
//# sourceMappingURL=TextDocumentSettings.d.ts.map