Make ref highlighter work for all highlight passes

This commit is contained in:
Maxime Coste 2017-05-10 08:16:31 +01:00
parent 59a0841baa
commit 5483a087d2

View File

@ -1426,7 +1426,7 @@ HighlighterAndId create_reference_highlighter(HighlighterParameters params)
{}
};
return {name, make_highlighter(func)};
return {name, make_highlighter(func, HighlightPass::All)};
}
struct RegexMatch