Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sources.treesitter): ts source not returning symbols (#189)
Bug: Treesitter source does not return any symbols. Fix: Remove use of deprecated `opts.sources.treesitter.name_pattern` which is always nil. Use `opts.sources.treesitter.name_regex` to get name for the treesitter node.
- Loading branch information