chore(highlight): re-add earlier call

This commit is contained in:
Akin Sowemimo 2022-08-31 19:51:43 +01:00 committed by Stephan Seitz
parent 65d0818fed
commit a601a12bae

View file

@ -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"