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:
Jeremy Hull
2014-09-11 13:26:28 -07:00
parent e70ce374ba
commit 619bb1e40b
+1 -1
View File
@@ -105,7 +105,7 @@ declare module "highlight.js"
{
className?: string;
aliases?: string[];
begin: string;
begin?: string;
end?: string;
case_insensitive?: boolean;
beginKeyword?: string;