Skip to content

Commit

Permalink
Merge 1a0bd3f into 950f158
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 8, 2024
2 parents 950f158 + 1a0bd3f commit 6f9ec8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type HighlightLinesRange = [number, number]
export type HighlightLinesRange = [start: number, end: number]

/**
* Resolve highlight-lines ranges from token info
Expand Down

0 comments on commit 6f9ec8f

Please sign in to comment.