load(":zls.bzl", "targets", "zls_runner") toolchain_type(name = "toolchain_type") targets() zls_runner( name = "zls", target = "//:completion", )