Interface CommentRule

Describes how comments for a language work.

Hierarchy

  • CommentRule

Properties

blockComment?: CharacterPair

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

lineComment?: string

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