This commit is contained in:
Andy K. Massimino
2023-04-19 22:44:29 -04:00
parent a41e95ee5f
commit 1364b2ba55

View File

@@ -42,6 +42,7 @@ M.get_matches = ts_utils.memoize_by_buf_tick(function(bufnr)
return
end
local lang = lang_tree:lang()
local group_results = queries.collect_group_results(
bufnr, 'matchup', tree:root(), lang) or {}
vim.list_extend(matches, group_results)