Make ref highlighter work for all highlight passes
This commit is contained in:
parent
59a0841baa
commit
5483a087d2
|
@ -1426,7 +1426,7 @@ HighlighterAndId create_reference_highlighter(HighlighterParameters params)
|
|||
{}
|
||||
};
|
||||
|
||||
return {name, make_highlighter(func)};
|
||||
return {name, make_highlighter(func, HighlightPass::All)};
|
||||
}
|
||||
|
||||
struct RegexMatch
|
||||
|
|
Loading…
Reference in New Issue
Block a user