Skip to content

Commit

Permalink
feat: add daedalus-language-server
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Pachur <[email protected]>
  • Loading branch information
pm4rcin committed Aug 6, 2024
1 parent d9bac33 commit f656c05
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions packages/daedalus-language-server/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: daedalus-language-server
description: A LanguageServer implementation in Go for the scripting language Daedalus used in Gothic and Gothic II games
homepage: https://github.com/kirides/DaedalusLanguageServer
licenses:
- MIT
languages:
- Daedalus
categories:
- LSP

source:
id: pkg:github/kirides/[email protected]
asset:
- target: linux_x64_gnu
file: linux_amd64.zip
bin: DaedalusLanguageServer
- target: linux_arm64_gnu
file: linux_arm64.zip
bin: DaedalusLanguageServer
- target: darwin_x64
file: darwin_amd64.zip
bin: DaedalusLanguageServer
- target: darwin_arm64
file: darwin_arm64.zip
bin: DaedalusLanguageServer
- target: win_x64
file: windows_amd64.zip
bin: DaedalusLanguageServer.exe
- target: win_arm64
file: windows_arm64.zip
bin: DaedalusLanguageServer.exe
bin:
daedalus: "{{source.asset.bin}}"

0 comments on commit f656c05

Please sign in to comment.