CommentRule$Typings extension
- on
Properties
- blockComment ↔ CharacterPair?
-
The block comment character pair, like
/* block comment */
getter/setter pair - lineComment ↔ String?
-
The line comment token, like
// this is a comment
getter/setter pair