Skip to main content

Interface: CSpellPlugin

Defined in: Plugin/index.ts:36

Experimental

Plugin API

Since

6.2.0

Properties

name?

optional name?: string

Defined in: Plugin/index.ts:40

Experimental

This is the name of the plugin.


parsers?

optional parsers?: Parsers

Defined in: Plugin/index.ts:47

Experimental

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

Since

6.2.0