From c0918a5f2cac0eb2e734f0004c8b9f9706bd3e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Wed, 22 Nov 2023 17:29:39 +0100 Subject: [PATCH] Add UL4 syntax highlighting (#8837) Co-authored-by: deathaxe --- repository/u.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/u.json b/repository/u.json index 70b27c47704..39d06e85fb5 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": ">=4107", + "tags": true + } + ] + }, { "name": "Ultimate Dark", "details": "https://github.com/rubjo/ultimate-dark",