From 0ee68e07c6c95030355a46f99ceeb13f455bb033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Wed, 16 Oct 2024 14:42:12 +0200 Subject: [PATCH 1/2] Add LSP-sass --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index ea5ddaa..93b22a0 100644 --- a/repository.json +++ b/repository.json @@ -1140,6 +1140,23 @@ "tags": true } ] + }, + { + "details": "https://github.com/niksy/LSP-sass", + "name": "LSP-sass", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4169", + "tags": true + } + ] } ], "schema_version": "3.0.0" From 88ad4b37a48d6727f8727e4d5b256d1bb4859fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Nikoli=C4=87?= Date: Fri, 18 Oct 2024 16:22:39 +0200 Subject: [PATCH 2/2] Rename LSP-sass to LSP-some-sass --- repository.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.json b/repository.json index 93b22a0..a2724d7 100644 --- a/repository.json +++ b/repository.json @@ -1142,8 +1142,8 @@ ] }, { - "details": "https://github.com/niksy/LSP-sass", - "name": "LSP-sass", + "details": "https://github.com/sublimelsp/LSP-some-sass", + "name": "LSP-some-sass", "labels": [ "auto-complete", "linting",