Skip to content

Commit

Permalink
feat: add pkl-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Dec 12, 2024
1 parent 5fff743 commit 87f0aab
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/pkl/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---

Check failure on line 1 in packages/pkl/package.yaml

View workflow job for this annotation

GitHub Actions / Registry lint

Package name (pkl-lsp) doesn't match directory name (packages/pkl).
name: pkl-lsp
description: Language server for Pkl, implementing the server-side of the Language Server Protocol.
homepage: https://github.com/apple/pkl-lsp
licenses:
- Apache-2.0
languages:
- Pkl
categories:
- LSP

source:
id: pkg:github/apple/[email protected]
asset:
file: pkl-lsp-{{ version }}.jar

schemas:
lsp: vscode:https://raw.githubusercontent.com/apple/pkl-vscode/main/package.json

bin:
nextflow-language-server: java-jar:pkl-lsp-{{ version }}.jar

0 comments on commit 87f0aab

Please sign in to comment.