manager

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchDefaultConfigs

func FetchDefaultConfigs() (config io.ReadCloser, theme io.ReadCloser, err error)

func GetVersion added in v0.1.3

func GetVersion() string

func InstallGrammar

func InstallGrammar(repo string, ref string) error

Types

type TreeSitterGrammar

type TreeSitterGrammar struct {
	Name string `json:"name"`
}

type TreeSitterJson

type TreeSitterJson struct {
	Grammars []TreeSitterGrammar `json:"grammars"`
}