Table of Contents

Class NeovimEditorHighlightSource.Item

Namespace
Sccg.Builtin.Sources
Assembly
Sccg.Builtin.dll

SourceItem for Neovim's editor highlight-groups.

public class NeovimEditorHighlightSource.Item : INeovimSourceItem, INeovimSourceItemBase, ISourceItem, IBuildArtifact
Inheritance
NeovimEditorHighlightSource.Item
Implements
Inherited Members

Constructors

Item(Group, Group, Style?)

Initializes a new instance of the NeovimEditorHighlightSource.Item class.

Item(Group, Style)

Initializes a new instance of the NeovimEditorHighlightSource.Item class.

Fields

Group

Gets the group to set.

Link

Gets the group to link.

Style

Gets the style to set.

Methods

Extract()

Extract NeovimFormatter.Formattable from this item.