Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Highlighting ¶
type Highlighting interface { Get(lineno, col int) tcell.Style Analyze() Highlighting DeleteLine(lineno int) Highlighting ModifyLine(lineno int, data []rune) Highlighting InsertLine(lineno int, data []rune) Highlighting Pattern(pattern string, lefti, righti int, style tcell.Style, priority uint8) Highlighting Keyword(keyword string, style tcell.Style, priority uint8) Highlighting }
func New ¶
func New(source [][]rune) Highlighting
func NewDummy ¶
func NewDummy() Highlighting
Click to show internal directories.
Click to hide internal directories.