Skip to content

Commit 4b4a9a5

Browse files
authored
Add PLS to language server table (#342)
1 parent 25cb785 commit 4b4a9a5

File tree

1 file changed

+64
-34
lines changed

1 file changed

+64
-34
lines changed

index.html

Lines changed: 64 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ <h4>Language servers</h4>
13371337
<tr>
13381338
<th>Go
13391339
<span class="label label-warning">Archived</span>
1340-
</th>
1340+
</th>
13411341
<td>
13421342
<a href="https://sourcegraph.com/">Sourcegraph</a>
13431343
</td>
@@ -2297,7 +2297,7 @@ <h4>Language servers</h4>
22972297
</td>
22982298
<td>Formatting, rename, semantic highlighting, visualization of code as workflow diagrams</td>
22992299
</tr>
2300-
<tr>
2300+
<tr>
23012301
<th>Odin</th>
23022302
<td>
23032303
<a href="https://github.com/DanielGavin">Daniel Gavin</a>
@@ -2464,6 +2464,36 @@ <h4>Language servers</h4>
24642464
</ul>
24652465
</td>
24662466
</tr>
2467+
<tr>
2468+
<th>Perl</th>
2469+
<td>
2470+
<a href="https://github.com/FractalBoy/">Marc Reisner</a>
2471+
</td>
2472+
<td class="repo">
2473+
<a href="https://github.com/FractalBoy/perl-language-server">github.com/FractalBoy/perl-language-server</a>
2474+
</td>
2475+
<td class="success">
2476+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
2477+
</td>
2478+
<td class="success">
2479+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
2480+
</td>
2481+
<td class="success">
2482+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
2483+
</td>
2484+
<td class="success">
2485+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
2486+
</td>
2487+
<td class="danger"></td>
2488+
<td class="success">
2489+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
2490+
</td>
2491+
<td>
2492+
<ul class="list-unstyled text-nowrap">
2493+
<li>Install <a href="https://metacpan.org/pod/PLS">PLS</a> from CPAN, and the <a href="https://marketplace.visualstudio.com/items?itemName=FractalBoy.pls">Perl Language Server</a> Visual Studio Code extension</li>
2494+
</ul>
2495+
</td>
2496+
</tr>
24672497
<tr>
24682498
<th>PHP</th>
24692499
<td>
@@ -2924,7 +2954,7 @@ <h4>Language servers</h4>
29242954
<tr>
29252955
<th>Q#
29262956
<span class="label label-warning">Archived</span>
2927-
</th>
2957+
</th>
29282958
<td>
29292959
<a href="https://github.com/microsoft/qsharp-compiler/graphs/contributors">Microsoft</a>
29302960
</td>
@@ -3340,7 +3370,7 @@ <h4>Language servers</h4>
33403370
</ul>
33413371
</td>
33423372
</tr>
3343-
<tr>
3373+
<tr>
33443374
<th>SPARQL</th>
33453375
<td>
33463376
<a href="https://github.com/IoannisNezis/">Ioannis Nezis</a>
@@ -3497,14 +3527,14 @@ <h4>Language servers</h4>
34973527
<td class="success">
34983528
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
34993529
</td>
3500-
<td class="danger"></td>
3530+
<td class="danger"></td>
35013531
<td class="danger"></td>
35023532
<td class="danger"></td>
35033533
<td class="danger"></td>
35043534
<td class="danger"></td>
35053535
<td></td>
35063536
</tr>
3507-
<tr>
3537+
<tr>
35083538
<th>SystemVerilog</th>
35093539
<td>
35103540
<a href="https://github.com/dalance">dalance</a>
@@ -3801,7 +3831,7 @@ <h4>Language servers</h4>
38013831
<li>Signature help</li>
38023832
<li>Inlay hint</li>
38033833
</ul>
3804-
</td>
3834+
</td>
38053835
</tr>
38063836
<tr>
38073837
<th>XML</th>
@@ -4667,33 +4697,33 @@ <h4>LSP clients</h4>
46674697
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
46684698
</td>
46694699
</tr>
4670-
<tr>
4671-
<th>multilspy</th>
4672-
<td>
4673-
<a href="https://github.com/microsoft">Microsoft</a>
4674-
</td>
4675-
<td class="repo">
4676-
<a href="https://github.com/microsoft/monitors4codegen">github.com/microsoft/monitors4codegen</a>
4677-
</td>
4678-
<!-- Code Completion -->
4679-
<td class="success">
4680-
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4681-
</td>
4682-
<!-- Hover -->
4683-
<td class="warning"></td>
4684-
<!-- Jump to def -->
4685-
<td class="success">
4686-
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4687-
</td>
4688-
<!-- Find references -->
4689-
<td class="success">
4690-
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4691-
</td>
4692-
<!-- Symbol search -->
4693-
<td class="warning"></td>
4694-
<!-- Diagnostics -->
4695-
<td class="warning"></td>
4696-
</tr>
4700+
<tr>
4701+
<th>multilspy</th>
4702+
<td>
4703+
<a href="https://github.com/microsoft">Microsoft</a>
4704+
</td>
4705+
<td class="repo">
4706+
<a href="https://github.com/microsoft/monitors4codegen">github.com/microsoft/monitors4codegen</a>
4707+
</td>
4708+
<!-- Code Completion -->
4709+
<td class="success">
4710+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4711+
</td>
4712+
<!-- Hover -->
4713+
<td class="warning"></td>
4714+
<!-- Jump to def -->
4715+
<td class="success">
4716+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4717+
</td>
4718+
<!-- Find references -->
4719+
<td class="success">
4720+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
4721+
</td>
4722+
<!-- Symbol search -->
4723+
<td class="warning"></td>
4724+
<!-- Diagnostics -->
4725+
<td class="warning"></td>
4726+
</tr>
46974727
<tr>
46984728
<th>vim</th>
46994729
<td>

0 commit comments

Comments
 (0)