SyntaxHighlightingComponentRegisterPrismLanguageParams
Parameters for SyntaxHighlightingComponent.registerPrismLanguage.
Import:
import type { SyntaxHighlightingComponentRegisterPrismLanguageParams } from 'obsidian-dev-utils/obsidian/components/syntax-highlighting-component';Signature:
export interface SyntaxHighlightingComponentRegisterPrismLanguageParamsProperties
| Property | Type | Description |
|---|---|---|
| grammar | SyntaxHighlightingComponentGrammarSource | The grammar to register. |
| language | string | The language to register the grammar as. |