C-style comment (line and block)
C-style line comment
cStyleLineComment.matches('// some comment') // true
Define your own block comment.
const fSharpBlockComment = blockComment('(*', '*)')
Start of block comment
End of block comment
Define your own line comment.
const bashLineComment = lineComment('#')
Delimiter to start a line comment
Generated using TypeDoc
C-style block comment