CommentRule
小于 1 分钟
CommentRule
interface 官网地址
属性 Properties
blockComment
- 类型: CharacterPair
可选 - 默认值:
- - 可选项:
- - 描述:
块注释字符对,如 /* 块注释 */
lineComment
- 类型:
string可选 - 默认值:
- - 可选项:
- - 描述:
行注释标记,例如 // 这是一条注释
interface 官网地址
可选--块注释字符对,如 /* 块注释 */string 可选--行注释标记,例如 // 这是一条注释