add multicolor option to highlight
This commit is contained in:
@@ -19,7 +19,7 @@ export interface ExtensionConfig<Options = any, Commands = {}> {
|
||||
*/
|
||||
addGlobalAttributes?: (this: {
|
||||
options: Options,
|
||||
}) => GlobalAttributes,
|
||||
}) => GlobalAttributes | {},
|
||||
|
||||
/**
|
||||
* Commands
|
||||
|
||||
@@ -60,7 +60,7 @@ export interface MarkConfig<Options = any, Commands = {}> extends Overwrite<Exte
|
||||
this: {
|
||||
options: Options,
|
||||
},
|
||||
) => Attributes,
|
||||
) => Attributes | {},
|
||||
|
||||
/**
|
||||
* Commands
|
||||
|
||||
@@ -95,7 +95,7 @@ export interface NodeConfig<Options = any, Commands = {}> extends Overwrite<Exte
|
||||
this: {
|
||||
options: Options,
|
||||
},
|
||||
) => Attributes,
|
||||
) => Attributes | {},
|
||||
|
||||
/**
|
||||
* Commands
|
||||
|
||||
Reference in New Issue
Block a user