From 9429acca60e517d0a3ce8d005acbcec1ca9d302e Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Sat, 2 Dec 2023 00:23:41 +0100 Subject: [PATCH] Separate LSP-json release for ST3 --- repository.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index f7eb14d..aabeaec 100644 --- a/repository.json +++ b/repository.json @@ -490,7 +490,11 @@ ], "releases": [ { - "sublime_text": ">=3154", + "sublime_text": "3154 - 4147", + "tags": "st3-" + }, + { + "sublime_text": ">=4148", "tags": true } ]