* Set up the comment format for single and multiline highlighting * @param singleLine The single line comment delimiter. If NULL, single line is not supported * @param start The start delimiter for block comments * @param end The end delimiter for block comments
(
singleLine: string | string[] | null,
start: string | null = null,
end: string | null = null)
source not stored for this graph (policy: none)
no test coverage detected