Table of Contents

Constructor Item

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

Item((Group, string?), Style)

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

public Item((NeovimTreesitterHighlightSource.Group, string?) group, Style style)

Parameters

group (NeovimTreesitterHighlightSource.Group name, string filetype)
style Style

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

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

public Item((NeovimTreesitterHighlightSource.Group, string?) from, (NeovimTreesitterHighlightSource.Group, string?) to, Style? style = null)

Parameters

from (NeovimTreesitterHighlightSource.Group name, string filetype)
to (NeovimTreesitterHighlightSource.Group name, string filetype)
style Style?

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

Initializes a new instance of the NeovimTreesitterHighlightSource.Item class.

public Item((NeovimTreesitterHighlightSource.Group, string?) from, VimSyntaxGroupSource.Group link, Style? style = null)

Parameters

from (NeovimTreesitterHighlightSource.Group name, string filetype)
link VimSyntaxGroupSource.Group
style Style?