From bfd8141f827a15f158651084e4318a56af59b97f Mon Sep 17 00:00:00 2001 From: Vladimir Levin Date: Mon, 24 Jun 2024 16:03:18 +0900 Subject: [PATCH] feat(#6231): Added lsp for `pug` --- packages/pug/package.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 packages/pug/package.yaml diff --git a/packages/pug/package.yaml b/packages/pug/package.yaml new file mode 100644 index 000000000..9bb976a97 --- /dev/null +++ b/packages/pug/package.yaml @@ -0,0 +1,33 @@ +--- +name: pug +description: | + An implementation of the Language Protocol Server for [Pug.js](http://pugjs.org) +homepage: https://github.com/opa-oz/pug-lsp +licenses: + - MIT +languages: + - Pug +categories: + - LSP + +source: + id: pkg:github/opa-oz/pug-lsp@v0.1.0 + asset: + - target: darwin_arm64 + file: pug-lsp_darwin_all.zip + bin: pug-lsp + - target: darwin_x64 + file: pug-lsp_darwin_all.zip + bin: pug-lsp + - target: linux_arm64 + file: pug-lsp_linux_arm64.zip + bin: pug-lsp + - target: linux_x64 + file: pug-lsp_linux_amd64.zip + bin: pug-lsp + - target: win_x64 + file: pug-lsp_windows_amd64.zip + bin: pug-lsp + +bin: + pug-lsp: "{{source.asset.bin}}"