highlight
Place holder function in case pygments is missing.
def highlight(
s: string,
*args: any,
**kwargs: any
) - > string
Place holder function in case pygments is missing.
Parameters
| Name | Type | Description |
|---|---|---|
| s | string | The source code or text string to be highlighted |
| *args | any | Variable length argument list for compatibility with the pygments highlight interface |
| **kwargs | any | Arbitrary keyword arguments for compatibility with the pygments highlight interface |
Returns
| Type | Description |
|---|---|
string | The original input string returned without any syntax highlighting or modifications |