mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
No longer require begin
This is so registerLanguage parameter can return the IModeBase type, with is essentually the language definition.
This commit is contained in:
Vendored
+1
-1
@@ -105,7 +105,7 @@ declare module "highlight.js"
|
||||
{
|
||||
className?: string;
|
||||
aliases?: string[];
|
||||
begin: string;
|
||||
begin?: string;
|
||||
end?: string;
|
||||
case_insensitive?: boolean;
|
||||
beginKeyword?: string;
|
||||
|
||||
Reference in New Issue
Block a user