Documentation ¶
Overview ¶
Package highlight implements syntax highlighting for Elvish code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emitter ¶
type Styling ¶
type Styling struct {
// contains filtered or unexported fields
}
func (*Styling) Apply ¶
func (s *Styling) Apply() *StylingApplier
type StylingApplier ¶
type StylingApplier struct { *Styling // contains filtered or unexported fields }
func (*StylingApplier) At ¶
func (a *StylingApplier) At(i int)
func (*StylingApplier) Get ¶
func (a *StylingApplier) Get() string
Click to show internal directories.
Click to hide internal directories.