ShikiConfig Type — astro Architecture
Architecture documentation for the ShikiConfig type/interface in types.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 8424092c_d868_b85e_0915_175455544233["ShikiConfig"] c2c893bc_65c1_f3e6_50e6_2ebac4985a42["types.ts"] 8424092c_d868_b85e_0915_175455544233 -->|defined in| c2c893bc_65c1_f3e6_50e6_2ebac4985a42 style 8424092c_d868_b85e_0915_175455544233 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/markdown/remark/src/types.ts lines 47–49
export interface ShikiConfig
extends Pick<CreateShikiHighlighterOptions, 'langs' | 'theme' | 'themes' | 'langAlias'>,
Pick<ShikiHighlighterHighlightOptions, 'defaultColor' | 'wrap' | 'transformers'> {}
Defined In
Source
Frequently Asked Questions
What is the ShikiConfig type?
ShikiConfig is a type/interface in the astro codebase, defined in packages/markdown/remark/src/types.ts.
Where is ShikiConfig defined?
ShikiConfig is defined in packages/markdown/remark/src/types.ts at line 47.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free