Table of Contents

Class NeovimTreesitterHighlightSource.Item

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

SourceItem for Neovim Treesitter highlight.

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

Constructors

Item((Group, string?), Group, Style?)

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

Item((Group, string?), Style)

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

Item((Group, string?), (Group, string?), Style?)

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

Fields

LinkVimSyntaxGroup

Gets the vim syntax group to link.

Style

Gets the style to set.

Properties

Group

Gets the group to set.

Link

Gets the group to link.

Methods

Extract()

Extract NeovimFormatter.Formattable from this item.