11 lines
157 B
Python
11 lines
157 B
Python
load(":zls.bzl", "targets", "zls_runner")
|
|
|
|
toolchain_type(name = "toolchain_type")
|
|
|
|
targets()
|
|
|
|
zls_runner(
|
|
name = "zls",
|
|
target = "//:completion",
|
|
)
|