mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
fixup: facepalm
This commit is contained in:
parent
c951a14ca5
commit
7bd8b87df1
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ if ts.highlighter.hl_map then
|
|||
end
|
||||
elseif not vim.g.skip_ts_default_groups then
|
||||
link_captures = function(capture, hlgroup)
|
||||
api.nvim_set_hl(0, hlgroup, { link = "@" .. capture })
|
||||
api.nvim_set_hl(0, "@" .. capture, { link = hlgroup })
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue