Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Rd red text style Rd = "31" // Grn green text style Grn = "32" // Yel yellow text style Yel = "33" // Blu blue text style Blu = "34" // Cyn cyan text style Cyn = "36" // RdBg red background style RdBg = "41" // GrnBg green background style GrnBg = "42" // YelBg yellow background style YelBg = "43" // BluBg blue background style BluBg = "44" // B bold emphasis style B = "1" // U underline emphasis style U = "4" )
Variables ¶
Functions ¶
func NewComment ¶
generate new *comment base on the Comment node
func SetKeyWords ¶
func SetKeyWords(kw []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.