From fca6ccd6305b89143027bba69d7690b662dc3a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Fri, 20 Oct 2023 21:00:54 +0200 Subject: [PATCH] Add LSP-biome (#87) --- auto-update-repository.py | 1 - repository.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/auto-update-repository.py b/auto-update-repository.py index abf041d..e7e99ff 100644 --- a/auto-update-repository.py +++ b/auto-update-repository.py @@ -16,7 +16,6 @@ from typing import Dict, Any import functools import json -import os import pathlib import sys diff --git a/repository.json b/repository.json index db235f9..d535699 100644 --- a/repository.json +++ b/repository.json @@ -151,6 +151,16 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-biome", + "name": "LSP-biome", + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-clangd", "name": "LSP-clangd",