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 ea5955f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/pkl-lsp/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
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:
pkl-lsp: java-jar:pkl-lsp-{{ version }}.jar

0 comments on commit ea5955f

Please sign in to comment.