mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix indention for highlightAuto parameters
This commit is contained in:
Vendored
+2
-2
@@ -13,8 +13,8 @@ declare module "highlight.js"
|
||||
ignore_illegals?: boolean,
|
||||
continuation?: boolean) : IHighlightResult
|
||||
export function highlightAuto(
|
||||
value: string,
|
||||
languageSubset?: string[]) : IAutoHighlightResult
|
||||
value: string,
|
||||
languageSubset?: string[]) : IAutoHighlightResult
|
||||
|
||||
export function fixMarkup(value: string) : string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user