view third_party/highlight/BUILD @ 207:58d9b64d8dca

Updated deployment script to include sqlite3
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 12:25:50 -0800
parents 2db6253f355d
children
line wrap: on
line source

filegroup(
  name = "js",
  srcs = glob([
      "highlight.min.js",
      "styles/a11y-dark.min.css",
      "styles/a11y-light.min.css",
  ], allow_empty=True),
  visibility = ["//visibility:public"],
)