Skip to main content

Interface: RegExpPatternDefinition

Defined in: CSpellSettingsDef.ts:758

Properties

description?

optional description: string

Defined in: CSpellSettingsDef.ts:771

Description of the pattern.


name

name: string

Defined in: CSpellSettingsDef.ts:763

Pattern name, used as an identifier in ignoreRegExpList and includeRegExpList. It is possible to redefine one of the predefined patterns to override its value.


pattern

pattern: Pattern | Pattern[]

Defined in: CSpellSettingsDef.ts:767

RegExp pattern or array of RegExp patterns.