mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -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
|
end
|
||||||
elseif not vim.g.skip_ts_default_groups then
|
elseif not vim.g.skip_ts_default_groups then
|
||||||
link_captures = function(capture, hlgroup)
|
link_captures = function(capture, hlgroup)
|
||||||
api.nvim_set_hl(0, hlgroup, { link = "@" .. capture })
|
api.nvim_set_hl(0, "@" .. capture, { link = hlgroup })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue