Documentation ¶
Overview ¶
Package highlightertype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Plain = HighlighterType{"plain"} Fastvector = HighlighterType{"fvh"} Unified = HighlighterType{"unified"} )
Functions ¶
This section is empty.
Types ¶
type HighlighterType ¶
type HighlighterType struct {
Name string
}
func (HighlighterType) MarshalText ¶
func (h HighlighterType) MarshalText() (text []byte, err error)
func (HighlighterType) String ¶
func (h HighlighterType) String() string
func (*HighlighterType) UnmarshalText ¶
func (h *HighlighterType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.