1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00
semantic/build/tree_sitter.bzl
2020-07-07 14:15:26 -04:00

11 lines
382 B
Python

# To provide access to node-types.json files and the contents
# of the packages's corpus/ directory, we define a BUILD file
# that will be injected, via the build_file_contents, into
# the repositories that we download.
package(default_visibility = ["//visibility:public"])
exports_files(glob(["**/node-types.json"]))
filegroup(name = "corpus", srcs = glob(["**/corpus/*.txt"]))