From 1a0904799e47b743c17b8152ef3f8db8c33b55f3 Mon Sep 17 00:00:00 2001 From: Misode Date: Sat, 6 Jul 2024 18:26:54 +0200 Subject: [PATCH 1/2] Add LSP-Spyglass --- repository.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/repository.json b/repository.json index be90d81..94dd2e8 100644 --- a/repository.json +++ b/repository.json @@ -876,6 +876,26 @@ } ] }, + { + "details": "https://github.com/SpyglassMC/LSP-Spyglass", + "name": "LSP-Spyglass", + "labels": [ + "mcfunction", + "minecraft", + "language syntax", + "datapack", + "auto-complete", + "linting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": "3154 - 3999", + "tags": "st3-" + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-stylelint", "name": "LSP-stylelint", From 4d3b93c3127a7d7227967dee586089ad4909dc71 Mon Sep 17 00:00:00 2001 From: Misode Date: Sat, 6 Jul 2024 18:50:01 +0200 Subject: [PATCH 2/2] Change release and tags --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index 94dd2e8..7d16972 100644 --- a/repository.json +++ b/repository.json @@ -891,8 +891,8 @@ ], "releases": [ { - "sublime_text": "3154 - 3999", - "tags": "st3-" + "sublime_text": ">=4000", + "tags": true } ] },