MCPcopy Create free account
hub / github.com/aaron-bond/better-comments / setCommentFormat

Method setCommentFormat

src/parser.ts:324–356  ·  view source on GitHub ↗

* 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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

setDelimiterMethod · 0.95

Calls 1

escapeRegExpMethod · 0.95

Tested by

no test coverage detected