pub async fn get_custom_vcl_generated_highlighted(
    configuration: &mut Configuration,
    params: GetCustomVclGeneratedHighlightedParams
) -> Result<VclSyntaxHighlightingResponse, Error<GetCustomVclGeneratedHighlightedError>>
Expand description

Display the content of generated VCL with HTML syntax highlighting. Include line numbers by sending lineno=true as a request parameter.