Skip to content

Commit

Permalink
feat(mason-org#6231): Added lsp for pug
Browse files Browse the repository at this point in the history
  • Loading branch information
opa-oz committed Jun 24, 2024
1 parent b0d4544 commit bfd8141
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions packages/pug/package.yaml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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}}"

0 comments on commit bfd8141

Please sign in to comment.