Skip to content

Commit

Permalink
properly format repository.json with LSP-json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpourmpoulis committed Jul 17, 2024
1 parent 442edbb commit 029cc98
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -794,15 +796,22 @@
]
},
{
"details":"https://github.com/PythonVoiceCodingPlugin/LSP-pyvoice",
"details": "https://github.com/PythonVoiceCodingPlugin/LSP-pyvoice",
"name": "LSP-pyvoice",
"author": "mpourmpoulis",
"labels":["voice coding","accessibility"],
"platforms":["windows","linux","osx"],
"releases":[
"labels": [
"voice coding",
"accessibility"
],
"platforms": [
"windows",
"linux",
"osx"
],
"releases": [
{
"sublime_text":">=4070",
"tags":true
"sublime_text": ">=4070",
"tags": true
}
]
},
Expand Down Expand Up @@ -1039,7 +1048,9 @@
{
"details": "https://github.com/martinbarez/LSP-VHDL-ls",
"name": "LSP-VHDL-ls",
"labels": ["VHDL"],
"labels": [
"VHDL"
],
"releases": [
{
"sublime_text": ">=4070",
Expand Down Expand Up @@ -1116,4 +1127,4 @@
}
],
"schema_version": "3.0.0"
}
}

0 comments on commit 029cc98

Please sign in to comment.