CommentRule

interface CommentRule(source)

Describes how comments for a language work.

Online Documentation

Properties

Link copied to clipboard

The block comment character pair, like /​* block comment */

Link copied to clipboard
abstract var lineComment: String?

The line comment token, like // this is a comment