aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tools/yql_highlight/generate_textmate.h
blob: ac2c32f50c489ac4921ec06e9bec3532c7651377 (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 GenerateTextMate(IOutputStream& out, const THighlighting& highlighting);

} // namespace NSQLHighlight