CommentRule interface
Describes how comments for a language work.
Properties
block |
The block comment character pair, like |
line |
The line comment token, like |
Property Details
blockComment
The block comment character pair, like /* block comment */
blockComment?: CharacterPair
Property Value
lineComment
The line comment token, like // this is a comment
lineComment?: string
Property Value
string