summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-05-10 08:16:31 +0100
committerMaxime Coste <mawww@kakoune.org>2017-05-10 08:16:31 +0100
commit5483a087d2d02ae8658d0e090711bbb0d9c81b61 (patch)
treeb102c141f8d4ad34aebae60bb3e5ef250c60670e /src
parent59a0841baae83a265a0c50d9985a079675ceb3a8 (diff)
Make ref highlighter work for all highlight passes
Diffstat (limited to 'src')
-rw-r--r--src/highlighters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc
index d9b6292f..ae7ee29e 100644
--- a/src/highlighters.cc
+++ b/src/highlighters.cc
@@ -1426,7 +1426,7 @@ HighlighterAndId create_reference_highlighter(HighlighterParameters params)
{}
};
- return {name, make_highlighter(func)};
+ return {name, make_highlighter(func, HighlightPass::All)};
}
struct RegexMatch