From 786efdb415aa397441a08a0643828bf32e9dc17d Mon Sep 17 00:00:00 2001 From: Heriberto Sanchez Date: Mon, 8 Dec 2025 22:23:42 -0500 Subject: [PATCH 1/2] Add Umbral syntax package --- repository/u.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/u.json b/repository/u.json index 9882d681b17..66eaeef1c1a 100644 --- a/repository/u.json +++ b/repository/u.json @@ -143,6 +143,16 @@ } ] }, + { + "name": "Umbral", + "details": "https://github.com/heridev/umbral-sublime", + "releases": [ + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "name": "UMD snippets", "details": "https://github.com/garrettn/sublime-umd-snippets", From abc96eb7cb9e85ee46d0a0fb179595ff0c35ac6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heriberto=20S=C3=A1nchez?= <90812577+hersac@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:40:11 +0000 Subject: [PATCH 2/2] Ajusta link de repositorio --- repository/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/u.json b/repository/u.json index 66eaeef1c1a..456254b0150 100644 --- a/repository/u.json +++ b/repository/u.json @@ -145,7 +145,7 @@ }, { "name": "Umbral", - "details": "https://github.com/heridev/umbral-sublime", + "details": "https://github.com/hersac/umbral-sublime", "releases": [ { "sublime_text": ">=4000",