Skip to content

Commit

Permalink
feat: add pbls(Protobuf Language Server) (#5718)
Browse files Browse the repository at this point in the history
Co-authored-by: William Boman <[email protected]>
  • Loading branch information
varbhat and williamboman authored Jun 10, 2024
1 parent 9167fca commit b8e7343
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/pbls/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: pbls
description: A language server implementation for Google Protocol Buffers.
homepage: https://git.sr.ht/~rrc/pbls
licenses:
- MIT
languages:
- Protobuf
categories:
- LSP

source:
id: pkg:cargo/[email protected]?repository_url=https://git.sr.ht/~rrc/pbls

bin:
pbls: cargo:pbls

0 comments on commit b8e7343

Please sign in to comment.