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] 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 +}