SyntaxHighlightingComponentGrammarFactoryParams
The loaded Prism module, handed to a grammar factory.
Import:
import type { SyntaxHighlightingComponentGrammarFactoryParams } from 'obsidian-dev-utils/obsidian/components/syntax-highlighting-component';Signature:
export interface SyntaxHighlightingComponentGrammarFactoryParamsProperties
| Property | Type | Description |
|---|---|---|
| prism | PrismModule | The loaded Prism module. |
Methods
| Method | Returns | Description |
|---|---|---|
| requirePrismLanguage(language) | Grammar | Returns the grammar of an already registered Prism language, for nesting into the built grammar. |
Links to this page: