Nix
2.26.3
Nix, the purely functional package manager; unstable internal interfaces
Loading...
Searching...
No Matches
hilite.hh
Go to the documentation of this file.
1
#pragma once
3
4
#include <regex>
5
#include <vector>
6
#include <string>
7
8
namespace
nix {
9
17
std::string hiliteMatches(
18
std::string_view
s
,
19
std::vector<std::smatch> matches,
20
std::string_view prefix,
21
std::string_view postfix);
22
23
}
s
return s
Definition
lexer.l:459
src
libutil
hilite.hh
Generated by
1.13.2