CommentRule interface
描述语言的注释的工作原理。
属性
| block |
块注释字符对,如 |
| line |
行注释标记,如 |
属性详细信息
blockComment
lineComment
行注释标记,如 // this is a comment
lineComment?: string
属性值
string
描述语言的注释的工作原理。
| block |
块注释字符对,如 |
| line |
行注释标记,如 |
行注释标记,如 // this is a comment
lineComment?: string
string