From 1b4fa1e0bab8fcfa31180a8e47437cb770fc2287 Mon Sep 17 00:00:00 2001 From: Ondra Pelech Date: Fri, 29 Sep 2023 15:22:34 +0200 Subject: [PATCH] Add schema for Bleep (#3269) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 7d14b7c5358..02346ccb0fb 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -723,6 +723,12 @@ ], "url": "https://raw.githubusercontent.com/iamyoki/better-scripts/main/lib/schema.json" }, + { + "name": "Bleep", + "description": "A bleeping fast Scala build tool", + "fileMatch": ["bleep.yaml", "bleep.yml"], + "url": "https://raw.githubusercontent.com/oyvindberg/bleep/master/schema.json" + }, { "name": "CMake Presets", "description": "CMake Presets",