aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/hilite.cc
AgeCommit message (Collapse)Author
2022-06-05Fix incorrect comment in `hiliteMatches`Fishhh
2022-04-21Move hiliteMatches into a separate headerEelco Dolstra
This is mostly so that we don't #include <regex> everywhere (which adds quite a bit of compilation time).