Table of Contents

Class NeovimTreesitterHighlightSource

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

Source for Neovim Treesitter highlight.

public abstract class NeovimTreesitterHighlightSource : Source<NeovimTreesitterHighlightSource.Group, NeovimTreesitterHighlightSource.Item>, ISource, IBuildUnit
Inheritance
NeovimTreesitterHighlightSource
Implements
Inherited Members

Properties

Name

Gets the source name.

Methods

CollectItems()

Collects source items from the source.

EnableVimSyntaxLink(BuilderQuery)

Enable safe link feature for VimSyntaxGroupSource. If you want to link to VimSyntaxGroupSource, call this method in Custom().

Filetype(string, Action)

Custom for the specified filetype.

Link(Group, Group)

Links style from group to to group.

Link(Group, Group, string)

Link from group to to filetype specific group.

Link(Group, Group)

Links style from group to to group.

Set(Group, Style)

Sets style to group.