blob: 96df7c15a78e61ef02cf69fa8b31dbe70346e257 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "sql_highlight.h"
#include <library/cpp/json/json_value.h>
namespace NSQLHighlight {
NJson::TJsonValue ToJson(const THighlighting& highlighting);
} // namespace NSQLHighlight
|