From 36100c9f503fa6d8feaba0cfaf13564b2737f4f8 Mon Sep 17 00:00:00 2001 From: Rafal Chlodnicki Date: Sat, 21 Sep 2024 21:05:18 +0200 Subject: [PATCH] add LSP-vetur --- 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 +}