Skip to main content

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

NameTypeDescription
sstringThe source code or text string to be highlighted
*argsanyVariable length argument list for compatibility with the pygments highlight interface
**kwargsanyArbitrary keyword arguments for compatibility with the pygments highlight interface

Returns

TypeDescription
stringThe original input string returned without any syntax highlighting or modifications