mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
Change keywords in IMode to any
The keywords key can be represented by either a string or an object, see: http://highlightjs.readthedocs.org/en/latest/language-guide.html#keywords
This commit is contained in:
2
highlightjs/highlightjs.d.ts
vendored
2
highlightjs/highlightjs.d.ts
vendored
@@ -96,7 +96,7 @@ declare module "highlight.js"
|
||||
|
||||
export interface IMode extends IModeBase
|
||||
{
|
||||
keywords?: string;
|
||||
keywords?: any;
|
||||
contains?: IMode[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user