aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/yql_highlight/generate_vim.h
blob: 54d8e8b41eb7c607fd6ba7cdb6b3e56a6cf7ed14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <yql/essentials/sql/v1/highlight/sql_highlight.h>

#include <util/stream/output.h>

namespace NSQLHighlight {

    void GenerateVim(IOutputStream& out, const THighlighting& highlighting);

} // namespace NSQLHighlight