From 63df230871b2cfb63328a54d9b397dbfce9df332 Mon Sep 17 00:00:00 2001 From: Kitsios Panagiotis <35875229+mpourmpoulis@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:06:13 +0300 Subject: [PATCH 01/19] Add LSP-pyvoice (#117) --- repository.json | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/repository.json b/repository.json index be90d81..c058004 100644 --- a/repository.json +++ b/repository.json @@ -605,7 +605,9 @@ { "details": "https://github.com/sublimelsp/LSP-leo", "name": "LSP-leo", - "previous_names": ["LSP-aleo-developer"], + "previous_names": [ + "LSP-aleo-developer" + ], "author": "aleohq", "homepage": "https://developer.aleo.org/overview/", "issues": "https://github.com/AleoHQ/leo-plugins/issues", @@ -793,6 +795,21 @@ } ] }, + { + "details": "https://github.com/PythonVoiceCodingPlugin/LSP-pyvoice", + "name": "LSP-pyvoice", + "author": "mpourmpoulis", + "labels": [ + "voice coding", + "accessibility" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-R", "name": "LSP-R", @@ -1026,7 +1043,9 @@ { "details": "https://github.com/martinbarez/LSP-VHDL-ls", "name": "LSP-VHDL-ls", - "labels": ["VHDL"], + "labels": [ + "VHDL" + ], "releases": [ { "sublime_text": ">=4070", @@ -1103,4 +1122,4 @@ } ], "schema_version": "3.0.0" -} +} \ No newline at end of file From e0a7deb9b4ce4234f6c605062a845d5db70637cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:04:25 +0200 Subject: [PATCH 02/19] Bump peter-evans/create-pull-request from 3 to 6 (#100) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-new-release.yml b/.github/workflows/on-new-release.yml index 208f55f..9509da3 100644 --- a/.github/workflows/on-new-release.yml +++ b/.github/workflows/on-new-release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - id: make-pr run: python3 auto-update-repository.py <<<'${{ toJson(github.event.client_payload) }}' - - uses: peter-evans/create-pull-request@v3 + - uses: peter-evans/create-pull-request@v6 with: commit-message: '${{ steps.make-pr.outputs.commit_message }}' committer: GitHub From 8438605b76195d1f87116976d0b391d6ac42a24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Sat, 21 Sep 2024 23:48:46 +0200 Subject: [PATCH 03/19] add LSP-vetur (#118) --- repository.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/repository.json b/repository.json index c058004..ea5ddaa 100644 --- a/repository.json +++ b/repository.json @@ -1040,6 +1040,27 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-vetur", + "name": "LSP-vetur", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": "3154 - 3999", + "tags": "st3-" + }, + { + "sublime_text": ">=4000", + "tags": true + } + ] + }, { "details": "https://github.com/martinbarez/LSP-VHDL-ls", "name": "LSP-VHDL-ls", @@ -1122,4 +1143,4 @@ } ], "schema_version": "3.0.0" -} \ No newline at end of file +} From 7db4ff96679f65f49443997c7a4956b4577edc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Fri, 25 Oct 2024 13:23:46 +0200 Subject: [PATCH 04/19] Add LSP-some-sass (#120) * Add LSP-sass * Rename LSP-sass to LSP-some-sass --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index ea5ddaa..a2724d7 100644 --- a/repository.json +++ b/repository.json @@ -1140,6 +1140,23 @@ "tags": true } ] + }, + { + "details": "https://github.com/sublimelsp/LSP-some-sass", + "name": "LSP-some-sass", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] } ], "schema_version": "3.0.0" From 61e050539eea006ce0f5a7e875423c3500209139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Fri, 25 Oct 2024 15:05:35 +0200 Subject: [PATCH 05/19] Revert "Add LSP-some-sass" (#122) --- repository.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/repository.json b/repository.json index a2724d7..ea5ddaa 100644 --- a/repository.json +++ b/repository.json @@ -1140,23 +1140,6 @@ "tags": true } ] - }, - { - "details": "https://github.com/sublimelsp/LSP-some-sass", - "name": "LSP-some-sass", - "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" - ], - "releases": [ - { - "sublime_text": ">=4169", - "tags": true - } - ] } ], "schema_version": "3.0.0" From caa23f04ebebdf104c386a5db01a58df1551b50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:17:31 +0200 Subject: [PATCH 06/19] Bump peter-evans/create-pull-request from 6 to 7 (#119) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-new-release.yml b/.github/workflows/on-new-release.yml index 9509da3..33f46f4 100644 --- a/.github/workflows/on-new-release.yml +++ b/.github/workflows/on-new-release.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - id: make-pr run: python3 auto-update-repository.py <<<'${{ toJson(github.event.client_payload) }}' - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: '${{ steps.make-pr.outputs.commit_message }}' committer: GitHub From 9c067483915a5b6807a7354d2f202e72193f3ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Mon, 28 Oct 2024 10:13:49 +0100 Subject: [PATCH 07/19] Add LSP-some-sass (#120) (#123) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ivan Nikolić --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index ea5ddaa..a2724d7 100644 --- a/repository.json +++ b/repository.json @@ -1140,6 +1140,23 @@ "tags": true } ] + }, + { + "details": "https://github.com/sublimelsp/LSP-some-sass", + "name": "LSP-some-sass", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] } ], "schema_version": "3.0.0" From 029bcc1a878a860b869616844b449969000f5c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Thu, 14 Nov 2024 15:42:25 +0100 Subject: [PATCH 08/19] Add LSP-twiggy (#124) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index a2724d7..320b08e 100644 --- a/repository.json +++ b/repository.json @@ -1157,6 +1157,23 @@ "tags": true } ] + }, + { + "details": "https://github.com/sublimelsp/LSP-twiggy", + "name": "LSP-twiggy", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] } ], "schema_version": "3.0.0" From efea4e08fbe0cb94ae32f098a460985cc99dca30 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Thu, 14 Nov 2024 15:42:55 +0100 Subject: [PATCH 09/19] reorder --- repository.json | 68 ++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/repository.json b/repository.json index 320b08e..3255bcf 100644 --- a/repository.json +++ b/repository.json @@ -879,6 +879,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-some-sass", + "name": "LSP-some-sass", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-SourceKit", "name": "LSP-SourceKit", @@ -1024,6 +1041,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-twiggy", + "name": "LSP-twiggy", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] + }, { "details": "https://github.com/errata-ai/LSP-vale-ls", "name": "LSP-vale-ls", @@ -1140,40 +1174,6 @@ "tags": true } ] - }, - { - "details": "https://github.com/sublimelsp/LSP-some-sass", - "name": "LSP-some-sass", - "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" - ], - "releases": [ - { - "sublime_text": ">=4169", - "tags": true - } - ] - }, - { - "details": "https://github.com/sublimelsp/LSP-twiggy", - "name": "LSP-twiggy", - "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" - ], - "releases": [ - { - "sublime_text": ">=4169", - "tags": true - } - ] } ], "schema_version": "3.0.0" From 775e0efea38c10bab746283c64ffc61f4006b0bc Mon Sep 17 00:00:00 2001 From: jwortmann Date: Fri, 7 Feb 2025 19:03:50 +0100 Subject: [PATCH 10/19] Update minimum ST version required to install LSP (#125) --- repository.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repository.json b/repository.json index 3255bcf..72235e0 100644 --- a/repository.json +++ b/repository.json @@ -9,12 +9,12 @@ "releases": [ { "base": "https://github.com/sublimelsp/lsp_utils", - "sublime_text": "3000 - 4069", + "sublime_text": "3000 - 3999", "tags": "st3-v" }, { "base": "https://github.com/sublimelsp/lsp_utils", - "sublime_text": ">=4070", + "sublime_text": ">=4132", "tags": true } ] @@ -43,11 +43,11 @@ "name": "LSP", "releases": [ { - "sublime_text": "3154 - 4069", + "sublime_text": "3154 - 3999", "tags": "3154-" }, { - "sublime_text": ">=4070", + "sublime_text": ">=4132", "tags": "4070-" } ], From 26ef61b0a34942b1062353e8c38ce2938e8b5e03 Mon Sep 17 00:00:00 2001 From: jwortmann Date: Thu, 29 May 2025 14:42:40 +0200 Subject: [PATCH 11/19] Fix PR workflow Bump unsupported Python version --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index dc95b3a..ccc1853 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.13 - name: Install Python dependencies run: python3 -m pip install pyyaml From f1acf5a128f6b5805dca9a12286fc342266c5700 Mon Sep 17 00:00:00 2001 From: deathaxe <16542113+deathaxe@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:13:17 +0000 Subject: [PATCH 12/19] Add LSP-taplo (#129) --- repository.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/repository.json b/repository.json index 72235e0..3f61f77 100644 --- a/repository.json +++ b/repository.json @@ -983,6 +983,22 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-taplo", + "name": "LSP-taplo", + "labels": [ + "auto-complete", + "linting", + "formatting", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-terraform", "name": "LSP-terraform", From 54cd6a7239135ca6da3e54e85bbb932fee65c7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:41:25 +0200 Subject: [PATCH 13/19] Bump actions/checkout from 4 to 5 (#130) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-new-release.yml | 2 +- .github/workflows/on-pull-request.yml | 2 +- .github/workflows/on-push-to-main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-new-release.yml b/.github/workflows/on-new-release.yml index 33f46f4..ded4182 100644 --- a/.github/workflows/on-new-release.yml +++ b/.github/workflows/on-new-release.yml @@ -7,7 +7,7 @@ jobs: if: github.event.action == 'lsp-add-or-update-package' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - id: make-pr run: python3 auto-update-repository.py <<<'${{ toJson(github.event.client_payload) }}' - uses: peter-evans/create-pull-request@v7 diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index ccc1853..4edecf4 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -8,7 +8,7 @@ jobs: trigger-review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 ref: refs/pull/${{ github.event.pull_request.number }}/merge diff --git a/.github/workflows/on-push-to-main.yml b/.github/workflows/on-push-to-main.yml index f3595b0..7bee8fd 100644 --- a/.github/workflows/on-push-to-main.yml +++ b/.github/workflows/on-push-to-main.yml @@ -9,6 +9,6 @@ jobs: tests: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: packagecontrol/st-schema-reviewer-action@v1 From 0389a4fc413dca9865b444bf76f30ec3f561d736 Mon Sep 17 00:00:00 2001 From: predragnikolic Date: Thu, 28 Aug 2025 11:55:53 +0200 Subject: [PATCH 14/19] Reduce the number of labels (#131) * Reduce number of labels * remove JavaScript label for LSP-flow * add lsp label for LSP * add language labels for most of packages * format file * bring back intellisense --- repository.json | 437 +++++++++++++++++++----------------------------- 1 file changed, 173 insertions(+), 264 deletions(-) diff --git a/repository.json b/repository.json index 3f61f77..60a459a 100644 --- a/repository.json +++ b/repository.json @@ -25,11 +25,7 @@ "details": "https://github.com/cameroncooper/sublime-chialisp", "name": "Chialisp", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp" ], "releases": [ { @@ -52,52 +48,20 @@ } ], "labels": [ + "lsp", + "intellisense", "auto-complete", "linting", "formatting", - "code navigation", - "intellisense", - "javascript", - "typescript", - "php", - "python", - "snippets", - "ruby", - "r", - "java", - "go", - "golang", - "bash", - "kotlin", - "html", - "css", - "ocaml", - "rust", - "julia", - "lua", - "haskell", - "c", - "cpp", - "c++", - "csharp", - "c#", - "react", - "swift", - "objective-c", - "objectivec", - "method completion", - "intellicode" + "code navigation" ] }, { "details": "https://github.com/sublimelsp/LSP-angular", "name": "LSP-angular", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "angular" ], "releases": [ { @@ -114,10 +78,8 @@ "details": "https://github.com/sublimelsp/LSP-astro", "name": "LSP-astro", "labels": [ - "auto-complete", - "linting", - "code navigation", - "intellisense" + "lsp", + "astro" ], "releases": [ { @@ -130,11 +92,8 @@ "details": "https://github.com/sublimelsp/LSP-basedpyright", "name": "LSP-basedpyright", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "python" ], "releases": [ { @@ -147,11 +106,8 @@ "details": "https://github.com/sublimelsp/LSP-bash", "name": "LSP-bash", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "bash" ], "releases": [ { @@ -168,11 +124,8 @@ "details": "https://github.com/sublimelsp/LSP-Bicep", "name": "LSP-Bicep", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "bicep" ], "releases": [ { @@ -184,6 +137,15 @@ { "details": "https://github.com/sublimelsp/LSP-biome", "name": "LSP-biome", + "labels": [ + "lsp", + "javascript", + "typescript", + "json", + "html", + "css", + "graphql" + ], "releases": [ { "sublime_text": ">=4070", @@ -195,11 +157,8 @@ "details": "https://github.com/sublimelsp/LSP-clangd", "name": "LSP-clangd", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "c++" ], "releases": [ { @@ -216,9 +175,8 @@ "jfcherng" ], "labels": [ - "auto-complete", - "code-intelligence", - "intellisense" + "lsp", + "ai" ], "releases": [ { @@ -231,9 +189,8 @@ "details": "https://github.com/sublimelsp/LSP-cspell", "name": "LSP-cspell", "labels": [ - "linting", - "cspell", - "spell" + "lsp", + "spellcheck" ], "releases": [ { @@ -246,11 +203,10 @@ "details": "https://github.com/sublimelsp/LSP-css", "name": "LSP-css", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "css", + "scss", + "less" ], "releases": [ { @@ -267,11 +223,8 @@ "details": "https://github.com/sublimelsp/LSP-Dart", "name": "LSP-Dart", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "dart" ], "releases": [ { @@ -284,11 +237,9 @@ "details": "https://github.com/sublimelsp/LSP-Deno", "name": "LSP-Deno", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "javascript", + "typescript" ], "releases": [ { @@ -301,11 +252,8 @@ "details": "https://github.com/sublimelsp/LSP-dockerfile", "name": "LSP-dockerfile", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "docker" ], "releases": [ { @@ -322,11 +270,8 @@ "details": "https://github.com/sublimelsp/LSP-elixir", "name": "LSP-elixir", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "elixir" ], "releases": [ { @@ -343,11 +288,8 @@ "details": "https://github.com/sublimelsp/LSP-elm", "name": "LSP-elm", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "elm" ], "releases": [ { @@ -364,7 +306,9 @@ "details": "https://github.com/sublimelsp/LSP-eslint", "name": "LSP-eslint", "labels": [ - "linting" + "lsp", + "javascript", + "typescript" ], "releases": [ { @@ -380,6 +324,9 @@ { "details": "https://github.com/sublimelsp/LSP-file-watcher-chokidar", "name": "LSP-file-watcher-chokidar", + "labels": [ + "lsp" + ], "releases": [ { "sublime_text": ">=4070", @@ -390,6 +337,10 @@ { "details": "https://github.com/sublimelsp/LSP-flow", "name": "LSP-flow", + "labels": [ + "lsp", + "flow" + ], "releases": [ { "sublime_text": ">=4070", @@ -402,9 +353,8 @@ "name": "LSP-gnols", "author": "jdkato", "labels": [ - "auto-complete", - "linting", - "intellisense" + "lsp", + "gno" ], "releases": [ { @@ -417,11 +367,8 @@ "details": "https://github.com/sublimelsp/LSP-gopls", "name": "LSP-gopls", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "go" ], "releases": [ { @@ -434,7 +381,8 @@ "details": "https://github.com/sublimelsp/LSP-Grammarly", "name": "LSP-Grammarly", "labels": [ - "linting" + "lsp", + "spellcheck" ], "releases": [ { @@ -447,11 +395,8 @@ "details": "https://github.com/sublimelsp/LSP-graphql", "name": "LSP-graphql", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "graphql" ], "releases": [ { @@ -468,11 +413,8 @@ "details": "https://github.com/sublimelsp/LSP-html", "name": "LSP-html", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "html" ], "releases": [ { @@ -489,11 +431,8 @@ "details": "https://github.com/sublimelsp/LSP-intelephense", "name": "LSP-intelephense", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "php" ], "releases": [ { @@ -510,11 +449,8 @@ "details": "https://github.com/sublimelsp/LSP-jdtls", "name": "LSP-jdtls", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "java" ], "releases": [ { @@ -527,11 +463,8 @@ "details": "https://github.com/sublimelsp/LSP-json", "name": "LSP-json", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "json" ], "releases": [ { @@ -548,12 +481,8 @@ "details": "https://github.com/sublimelsp/LSP-julia", "name": "LSP-julia", "labels": [ - "julia", - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "julia" ], "releases": [ { @@ -566,13 +495,9 @@ "details": "https://github.com/sublimelsp/LSP-kotlin", "name": "LSP-kotlin", "labels": [ + "lsp", "java", - "kotlin", - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "kotlin" ], "releases": [ { @@ -585,11 +510,8 @@ "name": "LSP-lemminx", "details": "https://github.com/sublimelsp/LSP-lemminx", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "xml" ], "releases": [ { @@ -612,12 +534,9 @@ "homepage": "https://developer.aleo.org/overview/", "issues": "https://github.com/AleoHQ/leo-plugins/issues", "labels": [ + "lsp", "aleo", "leo", - "auto-complete", - "linting", - "code navigation", - "intellisense", "color scheme", "language syntax", "snippets", @@ -634,6 +553,12 @@ "details": "https://github.com/sublimelsp/LSP-ltex-ls", "name": "LSP-ltex-ls", "author": "LDAP", + "labels": [ + "lsp", + "spellcheck", + "latex", + "markdown" + ], "releases": [ { "sublime_text": ">=4070", @@ -644,6 +569,10 @@ { "details": "https://github.com/sublimelsp/LSP-lua", "name": "LSP-lua", + "labels": [ + "lsp", + "lua" + ], "releases": [ { "sublime_text": ">=4070", @@ -654,6 +583,10 @@ { "details": "https://github.com/sublimelsp/LSP-marksman", "name": "LSP-marksman", + "labels": [ + "lsp", + "markdown" + ], "releases": [ { "sublime_text": ">=4070", @@ -665,11 +598,8 @@ "details": "https://github.com/scalameta/metals-sublime", "name": "LSP-metals", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "scala" ], "releases": [ { @@ -686,11 +616,8 @@ "details": "https://github.com/sublimelsp/LSP-nimlangserver", "name": "LSP-nimlangserver", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "nim" ], "releases": [ { @@ -703,11 +630,8 @@ "details": "https://github.com/sublimelsp/LSP-OmniSharp", "name": "LSP-OmniSharp", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "c#" ], "releases": [ { @@ -719,6 +643,10 @@ { "details": "https://github.com/sublimelsp/LSP-PowerShellEditorServices", "name": "LSP-PowerShellEditorServices", + "labels": [ + "lsp", + "powershell" + ], "releases": [ { "sublime_text": ">=4070", @@ -730,11 +658,8 @@ "details": "https://github.com/Sublime-Instincts/LSP-prisma", "name": "LSP-prisma", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "prisma" ], "releases": [ { @@ -747,11 +672,8 @@ "details": "https://github.com/prometheus-community/sublimelsp-promql", "name": "LSP-promql", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "promql" ], "releases": [ { @@ -763,6 +685,10 @@ { "details": "https://github.com/sublimelsp/LSP-pylsp", "name": "LSP-pylsp", + "labels": [ + "lsp", + "python" + ], "releases": [ { "sublime_text": "3154 - 3999", @@ -778,11 +704,8 @@ "details": "https://github.com/sublimelsp/LSP-pyright", "name": "LSP-pyright", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "python" ], "releases": [ { @@ -800,6 +723,7 @@ "name": "LSP-pyvoice", "author": "mpourmpoulis", "labels": [ + "lsp", "voice coding", "accessibility" ], @@ -813,6 +737,10 @@ { "details": "https://github.com/sublimelsp/LSP-R", "name": "LSP-R", + "labels": [ + "lsp", + "r" + ], "releases": [ { "sublime_text": ">=4070", @@ -823,6 +751,11 @@ { "details": "https://github.com/sublimelsp/LSP-rome", "name": "LSP-rome", + "labels": [ + "lsp", + "javascript", + "typescript" + ], "releases": [ { "sublime_text": ">=4070", @@ -834,6 +767,10 @@ "details": "https://github.com/sublimelsp/LSP-ruff", "name": "LSP-ruff", "author": "LDAP", + "labels": [ + "lsp", + "python" + ], "releases": [ { "sublime_text": "3154 - 3999", @@ -849,11 +786,8 @@ "details": "https://github.com/sublimelsp/LSP-rust-analyzer", "name": "LSP-rust-analyzer", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "rust" ], "releases": [ { @@ -866,11 +800,8 @@ "details": "https://github.com/sublimelsp/LSP-serenata", "name": "LSP-serenata", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "php" ], "releases": [ { @@ -883,11 +814,9 @@ "details": "https://github.com/sublimelsp/LSP-some-sass", "name": "LSP-some-sass", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "scss", + "sass" ], "releases": [ { @@ -899,6 +828,14 @@ { "details": "https://github.com/sublimelsp/LSP-SourceKit", "name": "LSP-SourceKit", + "labels": [ + "lsp", + "c", + "c++", + "objective-c", + "objective-c++", + "swift" + ], "releases": [ { "sublime_text": ">=4070", @@ -914,7 +851,10 @@ "details": "https://github.com/sublimelsp/LSP-stylelint", "name": "LSP-stylelint", "labels": [ - "linting" + "lsp", + "css", + "scss", + "less" ], "releases": [ { @@ -931,11 +871,8 @@ "details": "https://github.com/sublimelsp/LSP-svelte", "name": "LSP-svelte", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "svelte" ], "releases": [ { @@ -952,11 +889,8 @@ "details": "https://github.com/HuygensING/LSP-tagml", "name": "LSP-tagml", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "tagml" ], "releases": [ { @@ -969,8 +903,7 @@ "details": "https://github.com/sublimelsp/LSP-tailwindcss", "name": "LSP-tailwindcss", "labels": [ - "auto-complete", - "intellisense" + "lsp" ], "releases": [ { @@ -987,10 +920,8 @@ "details": "https://github.com/sublimelsp/LSP-taplo", "name": "LSP-taplo", "labels": [ - "auto-complete", - "linting", - "formatting", - "intellisense" + "lsp", + "toml" ], "releases": [ { @@ -1006,11 +937,8 @@ "LSP-Terraform" ], "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "terraform" ], "releases": [ { @@ -1023,11 +951,8 @@ "details": "https://github.com/sublimelsp/LSP-TexLab", "name": "LSP-TexLab", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "latex" ], "releases": [ { @@ -1040,11 +965,9 @@ "details": "https://github.com/sublimelsp/LSP-typescript", "name": "LSP-typescript", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "javascript", + "typescript" ], "releases": [ { @@ -1061,11 +984,9 @@ "details": "https://github.com/sublimelsp/LSP-twiggy", "name": "LSP-twiggy", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "php", + "twig" ], "releases": [ { @@ -1079,9 +1000,8 @@ "name": "LSP-vale-ls", "author": "jdkato", "labels": [ - "auto-complete", - "linting", - "intellisense" + "lsp", + "vale" ], "releases": [ { @@ -1094,11 +1014,8 @@ "details": "https://github.com/sublimelsp/LSP-vetur", "name": "LSP-vetur", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "vue" ], "releases": [ { @@ -1115,7 +1032,8 @@ "details": "https://github.com/martinbarez/LSP-VHDL-ls", "name": "LSP-VHDL-ls", "labels": [ - "VHDL" + "lsp", + "vhdl" ], "releases": [ { @@ -1132,11 +1050,8 @@ "details": "https://github.com/sublimelsp/LSP-volar", "name": "LSP-volar", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "vue" ], "releases": [ { @@ -1153,11 +1068,8 @@ "details": "https://github.com/sublimelsp/LSP-vue", "name": "LSP-vue", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "vue" ], "releases": [ { @@ -1174,11 +1086,8 @@ "details": "https://github.com/sublimelsp/LSP-yaml", "name": "LSP-yaml", "labels": [ - "auto-complete", - "linting", - "formatting", - "code navigation", - "intellisense" + "lsp", + "yaml" ], "releases": [ { From ca711af69d3da25a73e0f1f3cf794b3195ff33e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:24:40 +0200 Subject: [PATCH 15/19] Configure Renovate (#132) * Add renovate.json * updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rafal Chlodnicki --- .github/dependabot.yaml | 6 ------ renovate.json | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .github/dependabot.yaml create mode 100644 renovate.json diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 5ace460..0000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..bba2644 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>sublimelsp/renovate-preset" + ] +} From d784dda7daf5b1364475c016a2502a4d9e8c21f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:41:31 +0200 Subject: [PATCH 16/19] Update actions/setup-python action to v6 (#134) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 4edecf4..c28bf0c 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -15,7 +15,7 @@ jobs: # Ensures python3-setuptools is installed - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.13 From c5355eed84a2351165ff797191e301d511d9dd59 Mon Sep 17 00:00:00 2001 From: jwortmann Date: Tue, 23 Sep 2025 22:09:34 +0200 Subject: [PATCH 17/19] Add LSP-Tinymist (#135) --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index 60a459a..53cbcb3 100644 --- a/repository.json +++ b/repository.json @@ -961,6 +961,20 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-Tinymist", + "name": "LSP-Tinymist", + "labels": [ + "lsp", + "typst" + ], + "releases": [ + { + "sublime_text": ">=4132", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-typescript", "name": "LSP-typescript", From 2fc49df0658dd0c0e10a37c2ce684101f7cdb643 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Fri, 3 Oct 2025 03:30:32 +0800 Subject: [PATCH 18/19] Add LSP-ty (#136) Signed-off-by: Jack Cherng --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index 53cbcb3..fcc4929 100644 --- a/repository.json +++ b/repository.json @@ -975,6 +975,20 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-ty", + "name": "LSP-ty", + "labels": [ + "lsp", + "python" + ], + "releases": [ + { + "sublime_text": ">=4132", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-typescript", "name": "LSP-typescript", From f6a2a8c68487a5ea37c057052675b9b583971733 Mon Sep 17 00:00:00 2001 From: Lexou Duck <35985773+LexouDuck@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:25:26 +0100 Subject: [PATCH 19/19] Add LSP-lean (#138) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add LSP-lean * removed deprecated labels for LSP-lean package * Update repository.json Co-authored-by: Rafał Chłodnicki --------- Co-authored-by: lexouduck Co-authored-by: Предраг Николић Co-authored-by: Rafał Chłodnicki --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index fcc4929..8c378be 100644 --- a/repository.json +++ b/repository.json @@ -524,6 +524,20 @@ } ] }, + { + "name": "LSP-lean", + "details": "https://github.com/LexouDuck/SublimeText-LSP-Lean", + "labels": [ + "lsp", + "lean" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-leo", "name": "LSP-leo",