Skip to content

Commit 1fd3aa7

Browse files
authored
chore(markdown): add label for HighlightLinesRange type (#1535)
1 parent b752f9c commit 1fd3aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/markdown/src/plugins/codePlugin/resolveHighlightLines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type HighlightLinesRange = [number, number]
1+
export type HighlightLinesRange = [start: number, end: number]
22

33
/**
44
* Resolve highlight-lines ranges from token info

0 commit comments

Comments
 (0)