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
|
||||
|
||||
Reference in New Issue
Block a user