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
8namespace nix {
9
17std::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}
return s
Definition lexer.l:459