Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommentRule

Describes how comments for a language work.

Hierarchy

  • CommentRule

Index

Properties

Optional blockComment

blockComment: CharacterPair | null

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

Optional lineComment

lineComment: string | null

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

Generated using TypeDoc