CodeHighlighterComponent.setLanguage method
CodeHighlighterComponent › setLanguage
Sets the language for code highlighting.Signature:
setLanguage(language: string): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| language | string | The language to set. |
Returns: this — The component.