Merge pull request #174 from dsabanin/patch-1
Add maxLineLengthHighlight to TypeScript definitions.
This commit is contained in:
commit
8116017763
1 changed files with 1 additions and 0 deletions
1
typescript/diff2html.d.ts
vendored
1
typescript/diff2html.d.ts
vendored
|
|
@ -13,6 +13,7 @@ declare namespace Diff2Html {
|
|||
synchronisedScroll?: boolean;
|
||||
matchWordsThreshold?: number;
|
||||
matchingMaxComparisons?: number;
|
||||
maxLineLengthHighlight?: number;
|
||||
}
|
||||
|
||||
export interface Line {
|
||||
|
|
|
|||
Loading…
Reference in a new issue