Interface: CSpellPlugin
Defined in: Plugin/index.ts:36
Experimental
Plugin API
Since
6.2.0
Properties
name?
optionalname?:string
Defined in: Plugin/index.ts:40
Experimental
This is the name of the plugin.
parsers?
optionalparsers?: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