From f373030884f7990ef124ea79035300e464625034 Mon Sep 17 00:00:00 2001 From: Walter Doerwald Date: Thu, 19 Oct 2023 20:28:35 +0200 Subject: [PATCH 1/2] Add UL4 syntax highlighting --- repository/u.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/u.json b/repository/u.json index 70b27c4770..524888cb59 100644 --- a/repository/u.json +++ b/repository/u.json @@ -87,6 +87,17 @@ } ] }, + { + "name": "UL4", + "details": "https://github.com/LivingLogic/LivingLogic.SublimeText.UL4", + "labels": ["language syntax"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "Ultimate Dark", "details": "https://github.com/rubjo/ultimate-dark", From 95d974d2828d08a94db9edf44b1d23f0e88ac813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Wed, 22 Nov 2023 14:17:21 +0100 Subject: [PATCH 2/2] Update repository/u.json Require SublimeText version 4107 Co-authored-by: deathaxe --- repository/u.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/u.json b/repository/u.json index 524888cb59..39d06e85fb 100644 --- a/repository/u.json +++ b/repository/u.json @@ -93,7 +93,7 @@ "labels": ["language syntax"], "releases": [ { - "sublime_text": "*", + "sublime_text": ">=4107", "tags": true } ]