From 705ddeb8f75ff1222f8973751cf1e03518c1cdfd Mon Sep 17 00:00:00 2001 From: Dmitry Pavlov Date: Sun, 1 Mar 2026 10:55:24 +0300 Subject: [PATCH] Added schema for text2confl configuration file --- src/api/json/catalog.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 752509ef60a..e324966644c 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9443,6 +9443,17 @@ "description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack", "fileMatch": [".oxlintrc.json"], "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json" + }, + { + "name": "text2confl config", + "description": "Configuration file for Text2Confl - tool to publish Markdown and Asciidoctor files to Confluence", + "fileMatch": [ + "**/.text2confl.yaml", + "**/.text2confl.yml", + "**/text2confl.yaml", + "**/text2confl.yml" + ], + "url": "https://raw.githubusercontent.com/zeldigas/text2confl/refs/heads/master/docs/config.schema.json" } ] }