| 35 | * Options for highlighting code |
| 36 | */ |
| 37 | export interface HighlightOptions { |
| 38 | code: string; |
| 39 | language: BundledLanguage; |
| 40 | themes: [ThemeInput, ThemeInput]; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Plugin for code syntax highlighting (Shiki) |
nothing calls this directly
no outgoing calls
no test coverage detected