CommentRule interface

描述语言的注释的工作原理。

属性

blockComment

块注释字符对,如 /* block comment */

lineComment

行注释标记,如 // this is a comment

属性详细信息

blockComment

块注释字符对,如 /* block comment */

blockComment?: CharacterPair

属性值

lineComment

行注释标记,如 // this is a comment

lineComment?: string

属性值

string