We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517df88 commit 8a9b722Copy full SHA for 8a9b722
lua/colorizer/matcher.lua
@@ -40,7 +40,7 @@ local function compile(matchers, matchers_trie, hooks)
40
if
41
hooks
42
and hooks.disable_line_highlight
43
- and hooks.disable_line_highlight(line, line_nr, bufnr)
+ and hooks.disable_line_highlight(line, bufnr, line_nr)
44
then
45
return
46
end
0 commit comments