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" } ] }