aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/highlight/ya.make
blob: a5e4ef7d6b63134dbfde065dd1e36db9d2e9051c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
LIBRARY()

SRCS(
    sql_highlight_json.cpp
    sql_highlight.cpp
    sql_highlighter.cpp
)

PEERDIR(
    yql/essentials/sql/v1/lexer/regex
    yql/essentials/sql/v1/reflect
)

RESOURCE(yql/essentials/sql/v1/highlight/ut/suite.json suite.json)

END()

RECURSE_FOR_TESTS(
    ut
)