mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
chore(highlight): re-add earlier call
This commit is contained in:
parent
65d0818fed
commit
a601a12bae
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,8 @@ local function link_all_captures()
|
|||
end
|
||||
end
|
||||
|
||||
link_all_captures()
|
||||
|
||||
local function should_enable_vim_regex(config, lang)
|
||||
local additional_hl = config.additional_vim_regex_highlighting
|
||||
local is_table = type(additional_hl) == "table"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue