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 ¶
Types ¶
type TreeSitterGrammar ¶
type TreeSitterGrammar struct {
Name string `json:"name"`
}
type TreeSitterJson ¶
type TreeSitterJson struct {
Grammars []TreeSitterGrammar `json:"grammars"`
}
Click to show internal directories.
Click to hide internal directories.