From 49c15d20f0ffcb28196cea2aba19eb709e864014 Mon Sep 17 00:00:00 2001 From: rosidae0 <82954131+rosidae@users.noreply.github.com> Date: Sun, 25 Jan 2026 17:20:04 -0600 Subject: [PATCH 1/2] add espanso yaml schemas --- src/api/json/catalog.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 9edc04dc022..7b28ecc0fef 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9253,6 +9253,16 @@ "description": "pgxgen configuration file", "fileMatch": ["pgxgen.yml", "pgxgen.yaml"], "url": "https://raw.githubusercontent.com/tkcrm/pgxgen/refs/heads/master/schemas/pgxgen-schema.json" + }, + { + "name": "Espanso match.yml", + "description": "define HOW Espanso does", + "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/match.schema.json" + }, + { + "name": "Espanso config.yml", + "description": "define HOW Espanso acts", + "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json" } ] } From e81cf58e0eba9ae4a9f7a424f0be3c8708c57fa7 Mon Sep 17 00:00:00 2001 From: rosidae0 <82954131+rosidae@users.noreply.github.com> Date: Sun, 25 Jan 2026 18:16:16 -0600 Subject: [PATCH 2/2] fix match.yml description --- src/api/json/catalog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 7b28ecc0fef..c8edace0788 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -9256,7 +9256,7 @@ }, { "name": "Espanso match.yml", - "description": "define HOW Espanso does", + "description": "define WHAT Espanso does", "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/match.schema.json" }, {