Skip to content

Commit

Permalink
Fix typo from a41e95e
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Apr 20, 2023
1 parent a41e95e commit 1364b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/treesitter-matchup/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1364b2b

Please sign in to comment.