Skip to main content

Interface: RegExpPatternDefinition

Defined in: cspell-types/dist/index.d.mts:1440

Properties

description?

optional description: string

Defined in: cspell-types/dist/index.d.mts:1453

Description of the pattern.


name

name: string

Defined in: cspell-types/dist/index.d.mts:1445

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: cspell-types/dist/index.d.mts:1449

RegExp pattern or array of RegExp patterns.