Versions in this module Expand all Collapse all v1 v1.5.0 Sep 27, 2025 Changes in this version type Config + func (c *Config) SupportedQueryTypes() []string v1.4.0 Sep 16, 2025 Changes in this version type Config + func (c *Config) ExpandMatches(node *sitter.Node, source string, query core.AgentQuery) []core.CodeMatch + func (c *Config) ValidateAssignment(node *sitter.Node, source, queryType string) bool v1.3.0 Sep 15, 2025 Changes in this version + func New() *base.Provider + type Config struct + func (c *Config) Extensions() []string + func (c *Config) ExtractNodeName(node *sitter.Node, source string) string + func (c *Config) GetLanguage() *sitter.Language + func (c *Config) IsExported(name string) bool + func (c *Config) Language() string + func (c *Config) MapQueryTypeToNodeTypes(queryType string) []string