Skip to main content

Interface: CSpellPlugin

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

Experimental

Plugin API

Since

6.2.0

Properties

name?

optional name?: string

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

Experimental

This is the name of the plugin.


parsers?

optional parsers?: Parsers

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

Experimental

List of parsers provided by the plugin. Each entry can be either a DocumentParser instance or a Parser definition.

Since

6.2.0