共用方式為


CommentRule interface

描述語言的批註如何運作。

屬性

blockComment

區塊批注字元組,例如 /* block comment */

lineComment

行批註標記,例如 // this is a comment

屬性詳細資料

blockComment

區塊批注字元組,例如 /* block comment */

blockComment?: CharacterPair

屬性值

lineComment

行批註標記,例如 // this is a comment

lineComment?: string

屬性值

string